OFFSET
0,3
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 + 60*q^2 + 1740*q^4 + ...
PROG
(Sage)
L = [1, 0, 60, 0, 1740, 0, 32480, 0]
M = ModularForms(Gamma1(4), 15)
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