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.

A013717 a(n) = 12^(2*n + 1).

Original entry on oeis.org

12, 1728, 248832, 35831808, 5159780352, 743008370688, 106993205379072, 15407021574586368, 2218611106740436992, 319479999370622926848, 46005119909369701466112, 6624737266949237011120128
Offset: 0

Views

Author

Keywords

Crossrefs

Bisection of A001021.

Programs

Formula

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