OFFSET
0,7
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
Expansion of q^(1/8) * eta(q^4) * eta(q^5) / (eta(q^2) * eta(q^10)) in powers of q.
Euler transform of period 20 sequence [ 0, 1, 0, 0, -1, 1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0, 0, 1, 0, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (1280 t)) = f(t) where q = exp(2 Pi i t).
G.f.: Product_{k>0} (1 - x^(10*k - 5)) / (1 - x^(4*k - 2)).
EXAMPLE
G.f. = 1 + x^2 + x^4 - x^5 + 2*x^6 - x^7 + 2*x^8 - x^9 + 3*x^10 - 2*x^11 + ...
G.f. = 1/q + q^15 + q^31 - q^39 + 2*q^47 - q^55 + 2*q^63 - q^71 + 3*q^79 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ x^5, x^10] QPochhammer[ -x^2, x^2], {x, 0, n}]; (* Michael Somos, Sep 06 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^4 + A) * eta(x^5 + A) / (eta(x^2 + A) * eta(x^10 + A)), n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Oct 17 2008, Oct 20 2008
STATUS
approved