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.

A013829 a(n) = 3^(5*n + 4).

Original entry on oeis.org

81, 19683, 4782969, 1162261467, 282429536481, 68630377364883, 16677181699666569, 4052555153018976267, 984770902183611232881, 239299329230617529590083, 58149737003040059690390169, 14130386091738734504764811067
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From Philippe Deléham, Nov 26 2008: (Start)
a(n) = 243*a(n-1); a(0)=81.
G.f.: 81/(1-243*x). (End)
a(n) = A000244(A016897(n)). - Wesley Ivan Hurt, Sep 04 2022