OFFSET
1,9
COMMENTS
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..1000
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Euler transform of period 36 sequence [ 1, -2, 1, 0, 1, -2, 1, 0, 0, -2, 1, 0, 1, -2, 1, 0, 1, 0, 1, 0, 1, -2, 1, 0, 1, -2, 0, 0, 1, -2, 1, 0, 1, -2, 1, 0, ...].
Expansion of eta(q^2)^3* eta(q^9)* eta(q^36)^2/ (eta(q)* eta(q^4)^2* eta(q^18)^3) in powers of q.
G.f. A(x) satisfies 0=f(A(x), A(x^2)) where f(u, v)=v* (1-v+v^2)* (1-u^2)^2 -(1-u*v)^2* (u-v)^2.
a(6*n) = a(6*n+4) = 0.
A092848(n) = a(6*n+2).
A128144(n) = -a(n) if n>0.
A128145(n) = a(n) if n>0.
MATHEMATICA
A128143[n_] := SeriesCoefficient[q*(QPochhammer[q^9]/QPochhammer[q])* (QPochhammer[q^36]/QPochhammer[q^4])^2*(QPochhammer[q^2]/QPochhammer[q^18])^3, {q, 0, n}]; Rest[Table[A128143[n], {n, 0, 1000}]] (* G. C. Greubel, Oct 09 2017 *)
PROG
(PARI) {a(n)=local(A); if(n<1, 0, n--; A=x*O(x^n); polcoeff( eta(x^2+A)^3*eta(x^9+A)*eta(x^36+A)^2/ (eta(x+A)*eta(x^4+A)^2*eta(x^18+A)^3), n))}
CROSSREFS
KEYWORD
sign,changed
AUTHOR
Michael Somos, Feb 16 2007
STATUS
approved