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.

A023439 Dying rabbits: a(n) = a(n-1) + a(n-2) - a(n-9).

Original entry on oeis.org

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 54, 87, 139, 223, 357, 572, 916, 1467, 2349, 3762, 6024, 9647, 15448, 24738, 39614, 63436, 101583, 162670, 260491, 417137, 667981, 1069670, 1712913, 2742969, 4392446, 7033832, 11263608, 18036949, 28883420, 46252388, 74066138, 118605613
Offset: 0

Views

Author

Keywords

Crossrefs

See A000045 for the Fibonacci numbers.

Programs

  • Mathematica
    LinearRecurrence[{1,1,0,0,0,0,0,0,-1},{0,1,1,2,3,5,8,13,21},40] (* Harvey P. Dale, Dec 19 2021 *)

Formula

G.f.: x / ( (x-1)*(1+x)*(x^7+x^5+x^3+x-1) ). - R. J. Mathar, Nov 29 2011