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.

A005032 a(n) = 7*3^n.

Original entry on oeis.org

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, 5931020266101, 17793060798303
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A000244.

Programs

Formula

From Vincenzo Librandi, Sep 15 2011: (Start)
G.f.: 7/(1-3*x).
a(n) = 3*a(n-1), a(0)=7. (End)
E.g.f.: 7*exp(3*x). - Stefano Spezia, Aug 28 2023