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.

A188223 G.f.: (1+x^2+x^3)/(1-x-x^2-x^4-x^5).

Original entry on oeis.org

1, 1, 3, 5, 9, 16, 29, 53, 96, 174, 315, 571, 1035, 1876, 3400, 6162, 11168, 20241, 36685, 66488, 120503, 218400, 395829, 717402, 1300222, 2356527, 4270978, 7740736, 14029338, 25426823, 46083666, 83522203, 151375943, 274354307, 497240739, 901200915, 1633339800, 2960270965, 5365205811
Offset: 0

Views

Author

Adam S. Jobson and N. J. A. Sloane, Mar 26 2011

Keywords

Programs

  • Mathematica
    CoefficientList[Series[(1+x^2+x^3)/(1-x-x^2-x^4-x^5),{x,0,40}],x]  (* Harvey P. Dale, Mar 28 2011 *)

Formula

a(n) = a(n-1)+a(n-2)+a(n-4)+a(n-5).