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.

A139760 First quadrisection of A115451.

Original entry on oeis.org

1, 9, 137, 2185, 34953, 559241, 8947849, 143165577, 2290649225, 36650387593, 586406201481, 9382499223689, 150119987579017, 2401919801264265, 38430716820228233, 614891469123651721, 9838263505978427529, 157412216095654840457, 2518595457530477447305
Offset: 0

Views

Author

Paul Curtz, May 20 2008

Keywords

Programs

Formula

a(n) = 16*a(n-1) - 7.
G.f.: ( 1-8*x ) / ( (16*x-1)*(x-1) ). - R. J. Mathar, Feb 06 2011