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.

A013791 a(n) = 9^(4*n + 3).

Original entry on oeis.org

729, 4782969, 31381059609, 205891132094649, 1350851717672992089, 8862938119652501095929, 58149737003040059690390169, 381520424476945831628649898809, 2503155504993241601315571986085849, 16423203268260658146231467800709255289
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A001019.

Programs

Formula

From Philippe Deléham, Dec 07 2008: (Start)
a(n) = 6561*a(n-1); a(0)=729.
G.f.: 729/(1-6561*x).
a(n) = 81*A013790(n). (End)