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.

A013729 a(n) = 24^(2*n + 1).

Original entry on oeis.org

24, 13824, 7962624, 4586471424, 2641807540224, 1521681143169024, 876488338465357824, 504857282956046106624, 290797794982682557415424, 167499529910025153071284224, 96479729228174488169059713024
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From Philippe Deléham, Nov 28 2008: (Start)
a(n) = 576*a(n-1); a(0)=24.
G.f.: 24/(1-576*x).
a(n) = A013713(n)*A013708(n). (End)