OFFSET
0,5
COMMENTS
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Commun. Algebra 22, No. 13, 5175-5193 (1994).
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Convolution square is A187197. - Michael Somos, Aug 31 2014
Expansion of chi(-x^4)^2 * chi(-x^12)^2 / (chi(-x^2) * chi(-x^6)) in powers of x where chi() is a Ramanujan theta function. - Michael Somos, Apr 22 2015
EXAMPLE
G.f. = 1 + x - x^2 + x^3 + 2*x^4 - x^5 - 2*x^6 - x^7 + 3*x^8 - 4*x^10 + ...
T24h = 1/q + q - q^3 + q^5 + 2*q^7 - q^9 - 2*q^11 - q^13 + 3*q^15 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ (QPochhammer[ x^2] QPochhammer[ x^6])^3 / (QPochhammer[ x] QPochhammer[ x^3] QPochhammer[ x^4]^2 QPochhammer[ x^12]^2), {x, 0, n}]; (* Michael Somos, Aug 31 2014 *)
PROG
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^3 * eta(x^6 + A)^3 / (eta(x + A) * eta(x^3 + A) * eta(x^4 + A)^2 * eta(x^12 + A)^2), n))}; /* Michael Somos, Aug 31 2014 */
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Aug 28 2005
STATUS
approved