OFFSET
1,2
COMMENTS
G.f. A(x) satisfies 0=f(A(x),A(x^2)) where f(u,v)=u^3+v^3+uv(-1+6(u+v)-uv).
Euler transform of period 15 sequence [ -3,-3,0,-3,0,0,-3,-3,0,0,-3,0,-3,-3,0,...].
REFERENCES
B. C. Berndt, H. H. Chan, S.-S. Huang, Incomplete Elliptic Integrals in Ramanujan's Lost Notebook, in q-series from a Contemporary Perspective, M. E. H. Ismail and D. Stanton, eds., Amer. Math. Soc., 2000, pp. 79-126.
LINKS
B. C. Berndt, H. H. Chan, S.-S. Huang, Incomplete Elliptic Integrals in Ramanujan's Lost Notebook.
FORMULA
G.f. x(Prod_{k>0} ((1-x^k)(1-x^(15k)))/(1-x^(3k))(1-x^(5k)))^3.
PROG
(PARI) a(n)=local(A); if(n<1, 0, n--; A=x*O(x^n); polcoeff((eta(x+A)*eta(x^15+A)/eta(x^3+A)/eta(x^5+A))^3, n))
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, May 28 2004
STATUS
approved