OFFSET
0,2
COMMENTS
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Euler transform of period 28 sequence [ 2, -1, 2, 0, 2, -1, 4, 0, 2, -1, 2, 0, 2, -2, 2, 0, 2, -1, 2, 0, 4, -1, 2, 0, 2, -1, 2, 0, ...].
G.f. A(x) satisfies 0=f(A(x), A(x^2)) where f(u, v)=(u-1)^2 -2*u*v*(v-1).
a(n) ~ exp(2*Pi*sqrt(n/7)) / (4 * 7^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jun 03 2018
MATHEMATICA
QP := QPochhammer; a[n_]:= SeriesCoefficient[QP[-q]*QP[-q^7]/( QP[q]* QP[q^7]), {q, 0, n}]; Table[a[n], {n, 0, 50}] (* G. C. Greubel, Jan 04 2018 *)
PROG
(PARI) {a(n)=local(A); if(n<0, 0, A=x*O(x^n); polcoeff( (eta(x^2+A)*eta(x^14+A))^3/ (eta(x+A)*eta(x^7+A))^2/ (eta(x^4+A)*eta(x^28+A)), n))}
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Oct 14 2006
STATUS
approved