OFFSET
0,3
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 157.
E. C. Pervin, personal communication.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Andy Huchala, Table of n, a(n) for n = 0..20000
PROG
(Sage)
M = ModularForms(Gamma0(4), 6, prec=20)
bases = M.integral_basis()
f = sum(x*y for (x, y) in zip(bases, [1, 0, 648, 3072]))
f.coefficients(range(20)) # Andy Huchala, Jun 19 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Andy Huchala, Jun 19 2021
STATUS
approved