OFFSET
0,5
REFERENCES
J. H. Conway and N. J. A. Sloane, Sphere Packings, Lattices and Groups, Springer-Verlag, p. 120.
LINKS
Andy Huchala, Table of n, a(n) for n = 0..2000
EXAMPLE
G.f. = 1 + 30*q^4 + 420*q^8 + ...
PROG
(Magma)
L := Dual(Lattice("D", 15));
B := Basis(ThetaSeriesModularFormSpace(L), 20);
S := [1, 0, 0, 0, 30, 0, 0, 0];
Coefficients(&+[B[i] * S[i] : i in [1..8]]); // Andy Huchala, Jul 13 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Andy Huchala, Jul 13 2021
STATUS
approved