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.

A015566 Expansion of x/(1 - 7*x - 9*x^2).

Original entry on oeis.org

0, 1, 7, 58, 469, 3805, 30856, 250237, 2029363, 16457674, 133467985, 1082394961, 8777976592, 71187390793, 577313524879, 4681881191290, 37968990062941, 307919861162197, 2497159938701848, 20251398321372709, 164234227697925595
Offset: 0

Views

Author

Keywords

Programs

Formula

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