[go: up one dir, main page]

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”).

A023941
Theta series of laminated lattice LAMBDA_19.
2
1, 0, 10668, 317952, 3747430, 24569856, 117503960, 428990464, 1355705388, 3631734784, 9033649880, 19996626432, 42549627976, 82713667584, 157758704304, 279165280256, 490745951846, 808950325248, 1335670719108, 2081937198592, 3270650346456, 4874720530432
OFFSET
0,3
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 174.
LINKS
EXAMPLE
G.f.: 1 + 10668*q^4 + 317952*q^6 + 3747430*q^8 + 24569856*q^10 + 117503960*q^12 + ...
PROG
(Magma) L:=Lattice("Lambda", 19); T<q> := ThetaSeries(L, 12); T;
(Magma)
L := Lattice("Lambda", 19);
B := Basis(ThetaSeriesModularFormSpace(L), 30);
S := [1, 0, 10668, 317952, 3747430, 24569856, 117503960, 428990464, 1355705388, 3631734784, 9033649880, 19996626432, 42549627976, 82713667584, 157758704304, 279165280256, 490745951846, 808950325248, 1335670719108, 2081937198592];
Coefficients(&+[B[i] * S[i] : i in [1..20]]); // Andy Huchala, Jun 17 2021
CROSSREFS
Sequence in context: A238150 A006006 A151411 * A065320 A164565 A212075
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Andy Huchala, Jun 17 2021
STATUS
approved