OFFSET
0,3
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 174.
LINKS
Andy Huchala, Table of n, a(n) for n = 0..20000
PROG
(Sage)
e = DirichletGroup(12).1
M = ModularForms(e, 7, QQ, prec=30)
bases = M.integral_basis()
f = sum(x*y for (x, y) in zip(bases, [1, 0, 1422, 13056, 84024, 285696, 958422, 2131200, 5413374, 9655296, 20529216, 32221440, 61570992, 87542784, 154925820, 206952192]))
f.coefficients(range(30)) # Andy Huchala, Jun 19 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Andy Huchala, Jun 19 2021
STATUS
approved