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.

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

Original entry on oeis.org

1, -2, 3, -3, 2, 1, -5, 10, -13, 13, -6, -7, 27, -46, 59, -51, 18, 49, -133, 218, -253, 205, -22, -279, 667, -990, 1099, -755, -126, 1569, -3205, 4522, -4589, 2701, 1754, -8231, 15387, -20110, 19035, -8371, -12814, 42513, -72069, 88954, -75997, 20813, 81098, -212279, 335003, -385086, 295531
Offset: 0

Views

Author

N. J. A. Sloane, Nov 17 2002

Keywords

Crossrefs

First differences of A077971.

Programs

  • Mathematica
    CoefficientList[Series[(1-x)/(1+x-x^2-2x^3),{x,0,60}],x] (* or *) LinearRecurrence[{-1,1,2},{1,-2,3},60] (* Harvey P. Dale, Dec 03 2018 *)