OFFSET
0,8
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 (eta(q^2) * eta(q^3) * eta(q^5) * eta(q^12) * eta(q^20) * eta(q^30))^2 / (eta(q) * eta(q^4) * eta(q^6)^4 * eta(q^10)^4 * eta(q^15) * eta(q^60)) in powers of q.
Euler transform of a period 60 sequence.
G.f. is a period 1 Fourier series which satisfies f(-1 / (60 t)) = f(t) where q = exp(2 Pi i t).
a(n) = A145785(n) unless n=0.
Convolution inverse of A145782.
EXAMPLE
G.f. = 1 + q - q^3 - q^4 - q^5 + 2*q^7 + 2*q^8 - q^9 - 2*q^10 + q^12 + 2*q^13 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ -x, x^2] QPochhammer[ -x^15, x^30] / (QPochhammer[ -x^3, x^6] QPochhammer[ -x^5, x^10] )^2 , {x, 0, n}]; (* Michael Somos, Sep 03 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^2 * eta(x^3 + A)^2 * eta(x^5 + A)^2 * eta(x^12 + A)^2 * eta(x^20 + A)^2 * eta(x^30 + A)^2 / (eta(x + A) * eta(x^4 + A) * eta(x^6 + A)^4 * eta(x^10 + A)^4 * eta(x^15 + A) * eta(x^60 + A)), n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Oct 23 2008
STATUS
approved