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.

A013732 a(n) = 3^(3*n + 1).

Original entry on oeis.org

3, 81, 2187, 59049, 1594323, 43046721, 1162261467, 31381059609, 847288609443, 22876792454961, 617673396283947, 16677181699666569, 450283905890997363, 12157665459056928801, 328256967394537077627, 8862938119652501095929
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From Philippe Deléham, Nov 25 2008: (Start)
a(n) = 27*a(n-1); a(0)=3.
G.f.: 3/(1-27*x). (End)