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 + 56*q^2 + 1512*q^4 + ...
PROG
(Sage)
L = [1, 56, 1512, 26208]
M = ModularForms(Gamma0(2), 14)
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