cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A077827 Expansion of (1-x)^(-1)/(1-2*x-2*x^2-2*x^3).

Original entry on oeis.org

1, 3, 9, 27, 79, 231, 675, 1971, 5755, 16803, 49059, 143235, 418195, 1220979, 3564819, 10407987, 30387571, 88720755, 259032627, 756281907, 2208070579, 6446770227, 18822245427, 54954172467, 160446376243, 468445588275, 1367692273971, 3993168476979, 11658612678451
Offset: 0

Views

Author

N. J. A. Sloane, Nov 17 2002, Jun 05 2007

Keywords

Crossrefs

Partial sums of S(n, x), for x=1...11, A021823, A000217, A027941, A061278, A089817, A053142, A092521, A076765, A092420, A097784, A097826.

Programs

  • Mathematica
    CoefficientList[Series[(1-x)^(-1)/(1-2x-2x^2-2x^3),{x,0,40}],x]  (* Harvey P. Dale, Mar 27 2011 *)
  • PARI
    Vec((1-x)^(-1)/(1-2*x-2*x^2-2*x^3)+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012