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.

A015576 Expansion of x/(1 - 8*x - 7*x^2).

Original entry on oeis.org

0, 1, 8, 71, 624, 5489, 48280, 424663, 3735264, 32854753, 288984872, 2541862247, 22357792080, 196655372369, 1729747523512, 15214567794679, 133824775022016, 1177100174738881, 10353574823065160, 91068299807693447, 801021422223003696, 7045649476437883697, 61972345767064095448
Offset: 0

Views

Author

Keywords

Comments

Pisano period lengths: 1, 2, 8, 4, 24, 8, 1, 4, 24, 24, 5, 8, 12, 2, 24, 4, 96, 24, 18, 24, ... - R. J. Mathar, Aug 10 2012

Programs

Formula

a(n) = 8*a(n-1) + 7*a(n-2).