OFFSET
1,2
COMMENTS
LINKS
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of (eta(q) * eta(q^4) * eta(q^6) * eta(q^10) * eta(q^15) * eta(q^60))^2 / (eta(q^2)^4 * eta(q^3) * eta(q^5) * eta(q^12) * eta(q^20) * eta(q^30)^4) 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).
Convolution inverse of A145788.
a(n) ~ -(-1)^n * exp(2*Pi*sqrt(2*n/15)) / (2^(7/4) * 15^(1/4) * n^(3/4)). - Vaclav Kotesovec, Sep 07 2017
EXAMPLE
G.f. = q - 2*q^2 + 3*q^3 - 5*q^4 + 7*q^5 - 10*q^6 + 14*q^7 - 20*q^8 + 27*q^9 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ x QPochhammer[ -x^3, x^6] QPochhammer[ -x^5, x^10] / (QPochhammer[ -x, x^2] QPochhammer[ -x^15, x^30])^2 , {x, 0, n}]; (* Michael Somos, Sep 03 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( (eta(x + A) * eta(x^4 + A) * eta(x^6 + A) * eta(x^10 + A) * eta(x^15 + A) * eta(x^60 + A))^2 / (eta(x^2 + A)^4 * eta(x^3 + A) * eta(x^5 + A) * eta(x^12 + A) * eta(x^20 + A) * eta(x^30 + A)^4), n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Oct 23 2008
STATUS
approved