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!)
A008424 Theta series of {D_9}* lattice. 2
1, 0, 0, 0, 18, 0, 0, 0, 144, 512, 0, 0, 672, 0, 0, 0, 2034, 4608, 0, 0, 4320, 0, 0, 0, 7392, 18432, 0, 0, 12672, 0, 0, 0, 22608, 47616, 0, 0, 34802, 0, 0, 0, 44640, 101376, 0, 0, 60768, 0, 0, 0, 93984, 193536, 0, 0, 125280, 0, 0, 0, 141120, 324096, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 120.
LINKS
G. Nebe and N. J. A. Sloane, Home page for this lattice
FORMULA
Theta series in terms of Jacobi theta series: (theta_2)^9 + (theta_3)^9. - Sean A. Irvine, Mar 28 2018
EXAMPLE
G.f. = 1 + 18*q^4 + 144*q^8 + ...
PROG
(PARI)
N=66; q='q+O('q^N);
T3(q) = eta(q^2)^5 / ( eta(q)^2 * eta(q^4)^2 );
T2(q) = eta(q^4)^2 / eta(q^2);
Vec( T3(q^4)^9 + (2 * q * T2(q^4))^9 )
\\ Joerg Arndt, Mar 29 2018
(Magma)
L := Dual(Lattice("D", 9));
B := Basis(ThetaSeriesModularFormSpace(L), 100);
S := [ 1, 0, 0, 0, 18];
Coefficients(&+[B[i] * S[i] : i in [1..5]]); // Andy Huchala, Jul 24 2021
CROSSREFS
Cf. A008431.
Sequence in context: A160145 A072839 A156400 * A023920 A214359 A198810
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Andy Huchala, Jul 24 2021
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 July 24 15:34 EDT 2024. Contains 374584 sequences. (Running on oeis4.)