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.

Showing 1-2 of 2 results.

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]

A225500 Expansion of 1/(1 - x - x^5 + x^6 - x^7 - x^11 + x^12).

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 2, 3, 4, 5, 7, 9, 12, 15, 19, 25, 33, 43, 56, 73, 95, 124, 161, 210, 273, 355, 463, 603, 786, 1023, 1332, 1735, 2259, 2942, 3831, 4989, 6497, 8461, 11019, 14350, 18687, 24335, 31691, 41270, 53745
Offset: 0

Views

Author

Roger L. Bagula, May 09 2013

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[1/(1 - x - x^5 + x^6 - x^7 - x^11 + x^12), {x, 0, 50}], x]
    LinearRecurrence[{1,0,0,0,1,-1,1,0,0,0,1,-1},{1,1,1,1,1,2,2,3,4,5,7,9},100] (* G. C. Greubel, Nov 16 2016 *)
  • PARI
    Vec(1/(1-x -x^5 +x^6 -x^7 -x^11 +x^12) + O(x^50)) \\ G. C. Greubel, Nov 16 2016
Showing 1-2 of 2 results.