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.

A081342 a(n) = (8^n + 2^n)/2.

Original entry on oeis.org

1, 5, 34, 260, 2056, 16400, 131104, 1048640, 8388736, 67109120, 536871424, 4294968320, 34359740416, 274877911040, 2199023263744, 17592186060800, 140737488388096, 1125899906908160, 9007199254872064, 72057594038190080, 576460752303947776, 4611686018428436480
Offset: 0

Views

Author

Paul Barry, Mar 18 2003

Keywords

Comments

Binomial transform of A034494.
5th binomial transform of {1, 0, 9, 0, 81, 0, 729, 0, ...}.

Crossrefs

Programs

Formula

a(n) = (8^n + 2^n)/2.
a(n) = 10*a(n-1) - 16*a(n-2), a(0)=1, a(1)=5.
G.f.: (1-5*x)/((1-2*x)*(1-8*x)).
E.g.f.: exp(5*x)*cosh(3*x).
a(n) = ((5+sqrt(9))^n + (5-sqrt(9))^n)/2. - Al Hakanson (hawkuu(AT)gmail.com), Dec 08 2008
a(n) = A074603(n)/2. - Michel Marcus, Jan 09 2020