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.

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

Original entry on oeis.org

1, 0, 3, -3, 10, -18, 42, -87, 190, -405, 873, -1872, 4024, -8640, 18561, -39864, 85627, -183915, 395034, -848490, 1822474, -3914487, 8407926, -18059373, 38789713, -83316384, 178955184, -384377664, 825604417, -1773314928, 3808901427, -8181135699, 17572253482, -37743426306
Offset: 0

Views

Author

N. J. A. Sloane, Nov 17 2002

Keywords

Crossrefs

Cf. A002478.

Programs

Formula

a(n) = (-1)^n * Sum_{k=0..n} binomial(2*k-1,n-k). - Seiichi Manyama, Aug 13 2024