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.

A015587 Expansion of x/(1 - 9*x - 11*x^2).

Original entry on oeis.org

0, 1, 9, 92, 927, 9355, 94392, 952433, 9610209, 96968644, 978430095, 9872525939, 99615464496, 1005136965793, 10142002801593, 102334531838060, 1032572817360063, 10418835206459227, 105127817849093736, 1060757547912895121, 10703223927556087185, 107997348375046630996
Offset: 0

Views

Author

Keywords

Comments

Pisano period lengths: 1, 3, 4, 6, 20, 12, 48, 6, 12, 60, 5, 12,168, 48, 20, 12,288, 12, 6, 60,... - R. J. Mathar, Aug 10 2012

Programs

Formula

a(n) = 9*a(n-1) + 11*a(n-2).