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.

A225490 Expansion of 1/(1 - x - x^2 + x^5 + x^6 - x^7).

Original entry on oeis.org

1, 1, 2, 3, 5, 7, 10, 15, 21, 30, 42, 60, 84, 118, 166, 233, 327, 458, 643, 901, 1263, 1770, 2481, 3477, 4872, 6828, 9568, 13408, 18788, 26328, 36893, 51697, 72442, 101511, 142245, 199323, 279306, 391383, 548433
Offset: 0

Views

Author

Roger L. Bagula, May 08 2013

Keywords

Comments

Limiting ratio is 1.401268367939855..., the largest real root of -1 + x + x^2 - x^5 - x^6 + x^7.

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[1/(1 - x - x^2 + x^5 + x^6 - x^7), {x, 0, 50}], x]