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.

A081336 a(n) = (7^n + 3^n)/2.

Original entry on oeis.org

1, 5, 29, 185, 1241, 8525, 59189, 412865, 2885681, 20186645, 141267149, 988751945, 6920909321, 48445302365, 339113927909, 2373787929425, 16616486808161, 116315321563685, 814206992665469, 5699448173817305, 39896134892198201
Offset: 0

Views

Author

Paul Barry, Mar 18 2003

Keywords

Comments

Binomial transform of A081336.
5th binomial transform of (1,0,4,0,16,0,64,...).

Crossrefs

Programs

Formula

a(n) = 10*a(n-1) - 21*a(n-2), a(0)=1, a(1)=5.
G.f.: (1-5*x)/((1-3*x)*(1-7*x)).
E.g.f.: exp(5*x) * cosh(2*x).
a(n) = A074608(n) / 2. - Michel Marcus, Oct 07 2015
a(n) = Sum_{k=0..n} A027907(n,2k)*4^k . - J. Conrad, Aug 24 2016