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.

A156127 a(n) = 7*2^n - 3.

Original entry on oeis.org

4, 11, 25, 53, 109, 221, 445, 893, 1789, 3581, 7165, 14333, 28669, 57341, 114685, 229373, 458749, 917501, 1835005, 3670013, 7340029, 14680061, 29360125, 58720253, 117440509, 234881021, 469762045, 939524093, 1879048189, 3758096381
Offset: 0

Views

Author

Vincenzo Librandi, Feb 08 2009

Keywords

Programs

Formula

a(n) = 2*a(n-1) + 3 with n > 0, a(0)=4.
G.f.: ( 4-x ) / ( (2*x-1)*(x-1) ). - R. J. Mathar, Oct 13 2011

Extensions

Corrected by R. J. Mathar, Oct 13 2011