OFFSET
0,6
COMMENTS
Expansion of Ahlgren's F_6(q^2).
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 114.
LINKS
John Cannon, Table of n, a(n) for n = 0..10000
S. Ahlgren, The sixth, eighth, ninth and tenth powers of Ramanujan's theta function, Proc. Amer. Math. Soc., 128 (2000), 1333-1338.
G. Nebe and N. J. A. Sloane, Home page for this lattice
EXAMPLE
1 + 12*q^5 + 30*q^8 + 20*q^9 + 30*q^12 + 120*q^17 + 132*q^20 + 60*q^21 + 90*q^24 + 180*q^29 + 270*q^32 + 180*q^33 + 140*q^36 + 480*q^41 + 420*q^44 + 132*q^45 + 270*q^48 + 420*q^53 + 600*q^56 + 420*q^57 + 360*q^60 + O(q^61)
MATHEMATICA
terms = 77; phi[q_] := EllipticTheta[3, 0, q]; F6[q_] := (1/32)*(-3*phi[Sqrt[q]]^5 + 5*phi[Sqrt[q]]^3*phi[Sqrt[q^3]]^2 + 15*phi[Sqrt[q]] * phi[Sqrt[q^3]]^4 + (15*phi[Sqrt[q^3]]^6)/phi[Sqrt[q]]); s = Simplify[F6[q^2], q>0]; s = s + O[q]^(2 terms); CoefficientList[s, q][[1 ;; terms]] (* Jean-François Alcover, Jul 04 2017 *)
PROG
(Magma) L:=Lattice("A", 5); D:=Dual(L); T1<q> := ThetaSeries(D, 120);
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved