OFFSET
0,2
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..10000
J. B. Tunnell, A classical Diophantine problem and modular forms of weight 3/2, Invent. Math., 72 (1983), 323-334.
FORMULA
G.f.: theta_3(q) * theta_3(q^2) * theta_3(q^32).
PROG
(PARI) {a(n)=my(A); if(n<0, 0, A=x*O(x^n); polcoeff( eta(x^2+A)^3*eta(x^4+A)^3*eta(x^64+A)^5/ (eta(x+A)*eta(x^8+A)*eta(x^32+A)*eta(x^128+A))^2, n))}
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Feb 23 2003
STATUS
approved