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.

A083597 a(n) = (7*4^n - 4)/3.

Original entry on oeis.org

1, 8, 36, 148, 596, 2388, 9556, 38228, 152916, 611668, 2446676, 9786708, 39146836, 156587348, 626349396, 2505397588, 10021590356, 40086361428, 160345445716, 641381782868, 2565527131476, 10262108525908, 41048434103636
Offset: 0

Views

Author

Paul Barry, May 02 2003

Keywords

Comments

Binomial transform of A082541.

Programs

Formula

a(n) = (7*4^n-4)/3.
G.f.: (1+3*x)/((1-4*x)*(1-x)).
E.g.f.: (7*exp(4*x)-4*exp(x))/3.
a(n) = 4*a(n-1) + 4, n > 0. - Gary Detlefs, Jun 23 2010
a(0)=1, a(1)=8, a(n) = 5*a(n-1) - 4*a(n-2). - Harvey P. Dale, Jul 23 2011
a(n) = A020988(n) + A020989(n), n >= 0. - Yosu Yurramendi, Mar 03 2017