OFFSET
0,3
COMMENTS
There are at least 15 such lattices, one of which is the Barnes-Wall lattice BW_32.
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 195.
LINKS
Andy Huchala, Table of n, a(n) for n = 0..20000
N. Elkies, Rational Lattices and their Theta Functions
N. Heninger, E. M. Rains and N. J. A. Sloane, On the Integrality of n-th Roots of Generating Functions, arXiv:math/0509316 [math.NT], 2005-2006; J. Combinatorial Theory, Series A, 113 (2006), 1732-1745.
G. Nebe and N. J. A. Sloane, Home page for this lattice
FORMULA
EXAMPLE
G.f.: 1 + 146880*q^2 + 64757760*q^3 + 4844836800*q^4 + ...
PROG
(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
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved