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.

A083232 a(n) = (3*7^n+(-1)^n)/4.

Original entry on oeis.org

1, 5, 37, 257, 1801, 12605, 88237, 617657, 4323601, 30265205, 211856437, 1482995057, 10380965401, 72666757805, 508667304637, 3560671132457, 24924697927201, 174472885490405, 1221310198432837, 8549171389029857
Offset: 0

Views

Author

Paul Barry, Apr 23 2003

Keywords

Comments

Binomial transform of A053524 (without leading zero).

Crossrefs

Cf. A083233.

Programs

Formula

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