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!)
A362880 Theta series of 20-dimensional lattice Kappa_20. 7
1, 0, 15390, 575160, 7712820, 57281580, 296150580, 1184012640, 3944197800, 11364334080, 29395745478, 69157229760, 151652810580, 311116423500, 607158951120, 1127694969072, 2020055770530, 3478103852940, 5829999042420, 9467119804680, 15046034533560 (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(9) of weight 10 and dimension 11 over the integers.
REFERENCES
J. H. Conway and N. J. A. Sloane, Sphere Packings, Lattices and Groups, Chap. 6.
LINKS
G. Nebe and N. J. A. Sloane, Home page for this lattice.
EXAMPLE
G.f. = 1 + 15390*q^4 + 575160*q^6 + ...
PROG
(Magma)
prec := 40;
ls := [4, 2, 4, 0, -2, 4, 0, -2, 0, 4, 0, 0, -2, 0, 4, -2, -2, 0, 0, 0, 4, -2, -1, 1, 0, 0, 0, 4, -2, -1, 0, -1, 1, 2, 2, 4, -2, -2, 0, 1, 1, 2, 2, 2, 4, -2, 0, -2, 0, 1, 1, 0, 0, 0, 4, 1, 1, 0, 0, 0, -2, 0, -1, -1, -2, 4, -2, -1, 0, 0, 0, 1, 1, 1, 1, 1, -2, 4, 0, -1, 1, 1, 0, -1, 1, 0, 0, -1, 1, -1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 4, 0, -1, 0, 0, 1, 1, 0, 1, 1, -1, 0, 0, 1, -1, 4, 0, 0, 1, 0, -1, 0, 1, 0, 0, 0, -1, 0, 0, 1, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 1, 1, 0, 1, 4, 1, 0, -1, 1, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 1, -1, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 1, 1, 1, 0, 1, 0, 4];
S := SymmetricMatrix(ls);
L := LatticeWithGram(S);
M := ThetaSeriesModularFormSpace(L);
B := Basis(M, prec);
coeffs := [1, 0, 15390, 575160, 7712820, 57281580, 296150580, 1184012640, 3944197800, 11364334080, 29395745478];
Coefficients(&+[coeffs[i]*B[i] :i in [1..11]]);
CROSSREFS
Sequence in context: A054835 A182255 A054836 * A054837 A345562 A345817
KEYWORD
nonn
AUTHOR
Andy Huchala, May 08 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 August 25 10:40 EDT 2024. Contains 375437 sequences. (Running on oeis4.)