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.

A141722 a(n) = 8*4^n - 7.

Original entry on oeis.org

1, 25, 121, 505, 2041, 8185, 32761, 131065, 524281, 2097145, 8388601, 33554425, 134217721, 536870905, 2147483641, 8589934585, 34359738361, 137438953465, 549755813881, 2199023255545, 8796093022201, 35184372088825, 140737488355321, 562949953421305
Offset: 0

Views

Author

Paul Curtz, Sep 12 2008

Keywords

Crossrefs

Cf. A000975.

Programs

Formula

a(n) = 4*a(n-1) + 21.
G.f.: (1+20*x)/((1-x)*(1-4*x)). - R. J. Mathar, Sep 13 2008
a(n) = 10*A000975(2n) + A000975(2n+1). - Paul Curtz, Sep 17 2008
From G. C. Greubel, Sep 30 2017: (Start)
a(n) = 5*a(n-1) - 4*a(n-2).
E.g.f.: 8*exp(4*x) - 7*exp(x). (End)

Extensions

Edited by N. J. A. Sloane, Sep 13 2008
More terms from R. J. Mathar, Sep 13 2008
More terms from Vincenzo Librandi, May 31 2011
Better name (using formula from R. J. Mathar) from Joerg Arndt, Feb 16 2014