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.

A023440 Dying rabbits: a(n) = a(n-1) + a(n-2) - a(n-10).

Original entry on oeis.org

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 88, 142, 228, 367, 590, 949, 1526, 2454, 3946, 6345, 10203, 16406, 26381, 42420, 68211, 109682, 176367, 283595, 456016, 733266, 1179079, 1895939, 3048637, 4902156, 7882582
Offset: 0

Views

Author

Keywords

Crossrefs

See A000045 for the Fibonacci numbers.

Formula

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