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.

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

Original entry on oeis.org

1, 4, 16, 63, 246, 960, 3745, 14608, 56980, 222255, 866922, 3381492, 13189753, 51447580, 200674984, 782747199, 3053161710, 11909076696, 46452209617, 181190182360, 706745329324, 2756710954287, 10752749215554, 41941871168172, 163597283059753, 638122961114884
Offset: 0

Views

Author

N. J. A. Sloane, Nov 17 2002

Keywords

Crossrefs

Cf. A077829 (first differences).

Programs

  • Mathematica
    CoefficientList[Series[(1 - x)^(-1)/(1 - 3*x - 3*x^2 - 2*x^3), {x, 0, 30}], x] (* Wesley Ivan Hurt, Jan 20 2024 *)

Formula

G.f.: (1-x)^(-1)/(1-3*x-3*x^2-2*x^3).
a(n) = 4*a(n-1) - a(n-3) - 2*a(n-4). - Wesley Ivan Hurt, Jan 20 2024