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.

A004670 Theta series of extremal even unimodular lattice in dimension 32.

Original entry on oeis.org

1, 0, 146880, 64757760, 4844836800, 137695887360, 2121555283200, 21421110804480, 158757684004800, 928986331545600, 4512164186816640, 18847854517248000, 69519016873985280, 230952108679004160
Offset: 0

Views

Author

Keywords

Comments

There are at least 15 such lattices, one of which is the Barnes-Wall lattice BW_32.

Examples

			G.f.: 1 + 146880*q^2 + 64757760*q^3 + 4844836800*q^4 + ...
		

References

  • J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 195.

Crossrefs

Programs

  • Sage
    e4 = eisenstein_series_qexp(4,20,normalization = "integral");
    delta = CuspForms(1,12).0.q_expansion(20);
    (e4^4 - 960*delta*e4).list()[:20] # Andy Huchala, May 01 2021

Formula

a(n) = A282012(n) - 960*A027364(n-1) for n > 0. - Andy Huchala, May 01 2021