OFFSET
-1,2
COMMENTS
LINKS
Seiichi Manyama, Table of n, a(n) for n = -1..10000 (terms -1..1001 from G. A. Edgar)
D. Alexander, C. Cummins, J. McKay and C. Simons, Completely Replicable Functions, LMS Lecture Notes, 165, ed. Liebeck and Saxl (1992), 87-98, annotated and scanned copy.
J. M. Borwein and P. B. Borwein, A cubic counterpart of Jacobi's identity and the AGM, Trans. Amer. Math. Soc., 323 (1991), no. 2, 691-701.
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
Expansion of (c(q) * b(q^2)^3) / (b(q) * b(q^4)^2 * c(q^4)) in powers of q where b(), c() are cubic AGM functions.
Expansion of (1/q) * chi(q)^5 * chi(-q) * chi(q^3) * chi(-q^3)^5 in powers of q where chi() is a Ramanujan theta function.
Expansion of (eta(q^2)^9 * eta(q^3)^4) / (eta(q)^4 * eta(q^4)^5 * eta(q^6)^3 * eta(q^12)) in powers of q.
Euler transform of period 12 sequence [ 4, -5, 0, 0, 4, -6, 4, 0, 0, -5, 4, 0, ...].
EXAMPLE
G.f. = 1/q + 4 + 5*q - 5*q^3 + 9*q^5 - 14*q^7 + 19*q^9 - 34*q^11 + 55*q^13 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ 1/q QPochhammer[ q, q^2] QPochhammer[ -q^3, q^6] (QPochhammer[ -q, q^2] QPochhammer[ q^3, q^6])^5, {q, 0, n}]; (* Michael Somos, Sep 05 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<-1, 0, n++; A = x * O(x^n); polcoeff( (eta(x^2 + A)^9 * eta(x^3 + A)^4) / (eta(x + A)^4 * eta(x^4 + A)^5 * eta(x^6 + A)^3 * eta(x^12 + A)), n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Mar 07 2011
STATUS
approved