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.

A015562 Expansion of x/(1 - 7*x - 5*x^2).

Original entry on oeis.org

0, 1, 7, 54, 413, 3161, 24192, 185149, 1417003, 10844766, 82998377, 635212469, 4861479168, 37206416521, 284752311487, 2179298263014, 16678849398533, 127648437104801, 976933306726272, 7476775332607909, 57222093861886723
Offset: 0

Views

Author

Keywords

Programs

Formula

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