OFFSET
0,9
COMMENTS
Theta series of {A_8}* lattice. - Andy Huchala, Jul 01 2021
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
S. Ahlgren, The sixth, eighth, ninth and tenth powers of Ramanujan's theta function, Proc. Amer. Math. Soc. 128 (2000), 1333-1338.
K. S. Chua. The Root Lattice An* and Ramanujan's Circular Summation of Theta Functions, Proceedings of the American Mathematical Society, 130 (2001), 1-8.
MATHEMATICA
f[x_, y_]:= QPochhammer[-x, x*y]*QPochhammer[-y, x*y]*QPochhammer[x*y, x*y]; CoefficientList[Series[f[q^9, q^9]^8 - 16*q^9*f[q^9, q^27]^8 + 256*q^18*f[q^18, q^54]^8 + 18*q^8*f[q^18, -q^36]^12/f[q^6, -q^12]^4, {q, 0, 100}], q] (* G. C. Greubel, Apr 15 2018 *)
PROG
(Magma)
L := Dual(Lattice("A", 8));
T<q> := ThetaSeries(L, 32); Coefficients(T); // Andy Huchala, Jul 01 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 25 2002
STATUS
approved