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.

A015561 Expansion of x/(1 - 7*x - 4*x^2).

Original entry on oeis.org

0, 1, 7, 53, 399, 3005, 22631, 170437, 1283583, 9666829, 72802135, 548282261, 4129184367, 31097419613, 234198674759, 1763780401765, 13283257511391, 100037924186797, 753398499353143, 5673941192219189, 42731182342946895
Offset: 0

Views

Author

Keywords

Programs

Formula

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