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.

A109144 G.f.: cube root of theta series of E*_6 lattice (cf. A005129).

Original entry on oeis.org

1, 0, 18, 24, -324, -720, 9234, 33696, -307926, -1614000, 10860480, 78618672, -385935492, -3854459520, 13226566500, 189101997360, -408244450788, -9247223107008, 9292147273170, 449330421257568, 41307157825920, -21633699079357296, -25580513164295232, 1028997388914059808
Offset: 0

Views

Author

N. J. A. Sloane and Nadia Heninger, Aug 18 2005

Keywords

Programs

  • Mathematica
    terms = 24; QP = QPochhammer; s = ((QP[q]^3/QP[q^3])^3 + 9 q (QP[q^3]^3 / QP[q])^3)^(1/3) + O[q]^terms; CoefficientList[s, q] (* Jean-François Alcover, Jul 08 2017, after Michael Somos *)