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.

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

Original entry on oeis.org

1, 7, 21, 63, 189, 567, 1701, 5103, 15309, 45927, 137781, 413343, 1240029, 3720087, 11160261, 33480783, 100442349, 301327047, 903981141, 2711943423, 8135830269, 24407490807, 73222472421, 219667417263, 659002251789, 1977006755367
Offset: 0

Views

Author

Paul Barry, May 02 2003

Keywords

Comments

Binomial transform of A083495.

Crossrefs

Cf. A083497.

Programs

Formula

G.f.: (1+4*x)/(1-3*x).
E.g.f.: (7*exp(3*x) - 4*exp(0))/3.
a(n) = A005032(n-1), n > 0. - R. J. Mathar, Sep 17 2008