The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023943 Theta series of laminated lattice LAMBDA_21. 0
1, 0, 27720, 1272320, 19707450, 163430400, 927305904, 3995658240, 14261752680, 43493359616, 118805241072, 292653344256, 671496501200, 1430857236480, 2904257385888, 5571801102336, 10326899016378, 18297213419520 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Theta series is an element of the space of modular forms on Gamma_0(16) of weight 21/2 and dimension 22 over the integers. - Andy Huchala, May 10 2023
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 174.
LINKS
G. Nebe and N. J. A. Sloane, Home page for this lattice
EXAMPLE
G.f. = 1 + 27720*q^4 + 1272320*q^6 + ...
PROG
(Magma)
prec := 5;
L := Lattice("Lambda", 21);
T<q> := ThetaSeries(L, 2*prec);
[Coefficients(T)[2*i-1] : i in [1..prec]]; // Andy Huchala, May 10 2023
CROSSREFS
Sequence in context: A279091 A307114 A291458 * A210161 A358414 A096027
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(5)-a(16) from Andy Huchala, May 10 2023
a(17) from Robin Visser, Sep 24 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 29 05:33 EDT 2024. Contains 372921 sequences. (Running on oeis4.)