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.

A083299 a(n) = (4*6^n + (-4)^n)/5.

Original entry on oeis.org

1, 4, 32, 160, 1088, 6016, 38144, 220672, 1356800, 8009728, 48582656, 289398784, 1744781312, 10435133440, 62745018368, 375933239296, 2257746919424, 13537891581952, 81261709230080, 487432816427008, 2925146654375936
Offset: 0

Views

Author

Paul Barry, Apr 24 2003

Keywords

Comments

Binomial transform of A083222.

Crossrefs

Cf. A083300.

Programs

Formula

a(n) = (4*6^n + (-4)^n)/5.
G.f.: (1+2*x)/((1-6*x)*(1+4*x)).
E.g.f.: (4*exp(6*x) + exp(-4*x))/5.