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!)
A008409 Theta series of 16-dimensional Barnes-Wall lattice. 5
1, 0, 4320, 61440, 522720, 2211840, 8960640, 23224320, 67154400, 135168000, 319809600, 550195200, 1147643520, 1771683840, 3371915520, 4826603520, 8593797600, 11585617920, 19590534240, 25239859200, 40979580480, 50877235200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 130, p. 131 Equation (132).
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..10000 (terms 0..1000 from Vincenzo Librandi)
N. Heninger, E. M. Rains and N. J. A. Sloane, On the Integrality of n-th Roots of Generating Functions, J. Combinatorial Theory, Series A, 113 (2006), 1732-1745.
G. Nebe and N. J. A. Sloane, Home page for this lattice
Eric Weisstein's World of Mathematics, Theta Series
Eric Weisstein's World of Mathematics, Barnes-Wall Lattice
FORMULA
Expansion of ( theta_2(q)^16 + theta_3(q)^16 + theta_4(q)^16 + 30 * theta_2(q)^8 * theta_3(q)^8 ) / 2 in powers of q. - [Conway and Sloane]
Expansion of E_4(q^2)^2 + (E_4(q) - E_4(q^2))^2 / 15 in powers of q. - Michael Somos, Nov 29 2007
Expansion of ( eta(q)^48 + 32 * eta(q)^24 * eta(q^2)^24 + 4096 * eta(q^2)^48 ) / ( eta(q) * eta(q^2) )^16 in powers of q. - Michael Somos, Nov 29 2007
G.f. is Fourier series of a weight 8 level 2 modular form. f(-1 / (2 t)) = 16 (t/i)^8 f(t) where q = exp(2 Pi i t). - Michael Somos, Nov 29 2007
EXAMPLE
1 + 4320*q^4 + 61440*q^6 + 522720*q^8 + 2211840*q^10 + 8960640*q^12 + ...
MATHEMATICA
f[q_] := 1/2*(EllipticTheta[2, 0, q]^16 + EllipticTheta[3, 0, q]^16 + EllipticTheta[4, 0, q]^16 + 30*EllipticTheta[2, 0, q]^8*EllipticTheta[3, 0, q]^8); Series[f[q], {q, 0, 21}] // CoefficientList[#, q]& (* Jean-François Alcover, May 15 2013 *)
PROG
(PARI) {a(n) = local(A1, A2) ; if( n<0, 0, A1 = eta(x + x * O(x^n))^8; A2 = eta(x^2 + x * O(x^n))^8; polcoeff( (A1^6 + 32 * x * A1^3 * A2^3 + 4096 * x^2 * A2^6) / ( A1 * A2 )^2, n))} /* Michael Somos, Nov 29 2007 */
CROSSREFS
A008774(2*n) = a(n).
Sequence in context: A190011 A338537 A145312 * A320729 A233641 A202787
KEYWORD
nonn,easy,nice
AUTHOR
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 11 18:57 EDT 2024. Contains 372413 sequences. (Running on oeis4.)