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.

A108093 Coefficients of series whose 24th power is the theta series of the Leech lattice (see A008408).

Original entry on oeis.org

1, 0, 8190, 698880, -754790400, -131455134720, 90235527782400, 25034722952279040, -11631379080860106750, -4740180695347850188800, 1500620323887236434821120, 888527739621938585682240000, -181995668700704689414022799360, -164466129435036361896228722795520
Offset: 0

Views

Author

N. J. A. Sloane and Michael Somos, Jun 06 2005

Keywords

Examples

			More precisely, the theta series of the Leech lattice (A008408) begins 1 + 196560*q^4 + 16773120*q^6 + 398034000*q^8 + 4629381120*q^10 + ... and the 24th root of this is 1 + 8190*q^4 + 698880*q^6 - 754790400*q^8 - 131455134720*q^10 + ...
		

References

  • N. J. A. Sloane, Seven Staggering Sequences, in Homage to a Pied Puzzler, E. Pegg Jr., A. H. Schoen and T. Rodgers (editors), A. K. Peters, Wellesley, MA, 2009, pp. 93-110.

Crossrefs

Cf. A008408.

Programs

  • Mathematica
    terms = 14; s = (-45/16 EllipticTheta[2, 0, q]^8 EllipticTheta[3, 0, q]^8 EllipticTheta[4, 0, q]^8 + 1/8 (EllipticTheta[2, 0, q]^8 + EllipticTheta[3, 0, q]^8 + EllipticTheta[4, 0, q]^8)^3)^(1/24) + O[q]^(2 terms); (* Jean-François Alcover, Jul 07 2017, from LatticeData(Leech) *)