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.

A013826 a(n) = 3^(5*n + 1).

Original entry on oeis.org

3, 729, 177147, 43046721, 10460353203, 2541865828329, 617673396283947, 150094635296999121, 36472996377170786403, 8862938119652501095929, 2153693963075557766310747, 523347633027360537213511521, 127173474825648610542883299603, 30903154382632612361920641803529
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From Philippe Deléham, Nov 26 2008: (Start)
a(n) = 243*a(n-1); a(0)=3.
G.f.: 3/(1-243*x). (End)
E.g.f.: 3*exp(243*x). - Stefano Spezia, Feb 20 2025