OFFSET
0,2
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..20000
EXAMPLE
G.f. = 1 + 64*q^2 + 1984*q^4 + ...
PROG
(Sage)
L = [1, 64, 1984, 39680, 575424]
M = ModularForms(Gamma0(2), 16)
bases = [_.q_expansion(30) for _ in M.integral_basis()]
f = sum(x*y for (x, y) in zip(bases, L)); list(f) # Andy Huchala, Jul 15 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Andy Huchala, Jul 15 2021
STATUS
approved