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.

A013751 a(n) = 12^(3*n + 2).

Original entry on oeis.org

144, 248832, 429981696, 743008370688, 1283918464548864, 2218611106740436992, 3833759992447475122176, 6624737266949237011120128, 11447545997288281555215581184
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A001021.

Programs

Formula

From Philippe Deléham, Nov 30 2008: (Start)
a(n) = 1728*a(n-1); a(0)=144.
G.f.: 144/(1-1728*x).
a(n) = 12*A013750(n). (End)