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.

A013750 a(n) = 12^(3*n + 1).

Original entry on oeis.org

12, 20736, 35831808, 61917364224, 106993205379072, 184884258895036416, 319479999370622926848, 552061438912436417593344, 953962166440690129601298432, 1648446623609512543951043690496
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)=12.
G.f.: 12/(1-1728*x).
a(n) = A013751(n)/12. (End)