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.

A023437 Dying rabbits: a(n) = a(n-1) + a(n-2) - a(n-7).

Original entry on oeis.org

0, 1, 1, 2, 3, 5, 8, 13, 20, 32, 50, 79, 124, 195, 306, 481, 755, 1186, 1862, 2924, 4591, 7209, 11319, 17773, 27906, 43817, 68799, 108025, 169615, 266321, 418163, 656578, 1030924, 1618703, 2541602, 3990690
Offset: 0

Views

Author

Keywords

Crossrefs

See A000045 for the Fibonacci numbers.
First differences are in A013983.

Programs

  • Mathematica
    LinearRecurrence[{1,1,0,0,0,0,-1},{0,1,1,2,3,5,8},40] (* Harvey P. Dale, Nov 06 2013 *)

Formula

G.f.: x/((x-1)*(1+x)*(x^5+x^3+x-1)). [R. J. Mathar, Jul 27 2009]