login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A023937
Theta series of laminated lattice LAMBDA_14.
4
1, 0, 1422, 13056, 84024, 285696, 958422, 2131200, 5413374, 9655296, 20529216, 32221440, 61570992, 87542784, 154925820, 206952192, 345543480, 439022592, 698892510, 853288704, 1321785360, 1557921792, 2326595904, 2692744704, 3941172102, 4428518400, 6356272428
OFFSET
0,3
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 174.
LINKS
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
Sequence in context: A293093 A337671 A237960 * A225567 A216444 A083428
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Andy Huchala, Jun 19 2021
STATUS
approved