OFFSET
0,2
COMMENTS
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
J. McKay and A. Sebbar, Fuchsian groups, automorphic functions and Schwarzians, Math. Ann., 318 (2000), 255-275.
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Euler transform of period 12 sequence [-2, 0, 0, -2, -2, 0, -2, -2, 0, 0, -2, 0, ...]. - Michael Somos, May 14 2004
G.f.: ( Product_{k>0} (1 - x^(4*k)) * (1 - x^(2*k-1)) / (1 - x^(3*k)) )^2.
Given G.f. A(x), then B(q) = A(q^2)^2 / (3*q^2) satisfies 0 = f(B(q), B(q^2)) where f(u, v) = (u + v)^2 * (u^2 + v^2 - u*v) + 3 * (u^3 + v^3) * (1 + u*v) - 9*u*v * (1 + (u*v)^2) - 90*(u*v)^2 - 27*u*v * (u + v) * (1 + u*v). - Michael Somos, May 14 2004
Expansion of q^(1/2) * (eta(q) * eta(q^4) * eta(q^6) / (eta(q^2) * eta(q^3) * eta(q^12)))^2 in powers of q.
a(n) = (-1)^n * A058487(n).
Power series expansion of f(-x^2)^2 / f(x, x^5)^2 = psi(-x)^2 / psi(-x^3)^2 in powers of x where f(), psi() are Ramanujan theta functions and f(, ) is Ramanujan's general theta function. - Michael Somos, Oct 22 2017
EXAMPLE
G.f. = 1 - 2*x + x^2 - 2*x^4 + 2*x^5 + 2*x^6 - 4*x^7 + 3*x^8 + 4*x^9 - 8*x^10 + ...
T24c = 1/q - 2*q + q^3 - 2*q^7 + 2*q^9 + 2*q^11 - 4*q^13 + 3*q^15 + 4*x^17 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ x^(1/2) EllipticTheta[ 2, Pi/4, x^(1/2)]^2 / EllipticTheta[ 2, Pi/4, x^(3/2)]^2, {x, 0, n}]; (* Michael Somos, Oct 22 2017 *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x + A) * eta(x^4 + A) * eta(x^6 + A) / (eta(x^2 + A) * eta(x^3 + A) * eta(x^12 + A)))^2, n))};
CROSSREFS
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Jul 01 2001
STATUS
approved