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 + 40*q^2 + 760*q^4 + ...
PROG
(Sage)
L = [ 1, 40, 760]
M = ModularForms(Gamma0(2), 10)
bases = [_.q_expansion(20) for _ in M.integral_basis()]
f = sum(x*y for (x, y) in zip(bases, L)); list(f) # Andy Huchala, Jul 14 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Andy Huchala, Jul 14 2021
STATUS
approved