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.

A013714 a(n) = 9^(2*n + 1).

Original entry on oeis.org

9, 729, 59049, 4782969, 387420489, 31381059609, 2541865828329, 205891132094649, 16677181699666569, 1350851717672992089, 109418989131512359209, 8862938119652501095929, 717897987691852588770249, 58149737003040059690390169, 4710128697246244834921603689
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From Philippe Deléham, Nov 25 2008: (Start)
a(n) = 81*a(n-1); a(0)=9.
G.f.: 9/(1-81*x). (End)
From Elmo R. Oliveira, Aug 26 2024: (Start)
E.g.f.: 9*exp(81*x).
a(n) = 3*A013778(n) = A001019(A005408(n)). (End)