# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a132973 Showing 1-1 of 1 %I A132973 #14 Mar 12 2021 22:24:44 %S A132973 1,-3,3,-3,3,0,3,-6,3,-3,0,0,3,-6,6,0,3,0,3,-6,0,-6,0,0,3,-3,6,-3,6,0, %T A132973 0,-6,3,0,0,0,3,-6,6,-6,0,0,6,-6,0,0,0,0,3,-9,3,0,6,0,3,0,6,-6,0,0,0, %U A132973 -6,6,-6,3,0,0,-6,0,0,0,0,3,-6,6,-3,6,0,6,-6 %N A132973 Expansion of psi(-q)^3 / psi(-q^3) in powers of q where psi() is a Ramanujan theta function. %C A132973 Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700). %C A132973 Cubic AGM theta functions: a(q) (see A004016), b(q) (A005928), c(q) (A005882). %H A132973 G. C. Greubel, Table of n, a(n) for n = 0..1000 %H A132973 Michael Somos, Introduction to Ramanujan theta functions %H A132973 Eric Weisstein's World of Mathematics, Ramanujan Theta Functions %F A132973 Expansion of b(q^2)^2 / b(-q) = b(q) * b(q^4) / b(q^2) in powers of q where b() is a cubic AGM theta function. %F A132973 Expansion of (a(q^2) + 2 * a(q^4) - a(q)) / 2 = (c(q)^2 - 5 * c(q) * c(q^4) + 4 * c(q^4)^2) / (3 * c(q^2)) in powers of q where a(), c() are cubic AGM theta functions. - _Michael Somos_, May 26 2013 %F A132973 Expansion of eta(q)^3 * eta(q^4)^3 * eta(q^6) / (eta(q^2)^3 * eta(q^3) * eta(q^12)) in powers of q. %F A132973 Euler transform of period 12 sequence [ -3, 0, -2, -3, -3, 0, -3, -3, -2, 0, -3, -2, ...]. %F A132973 Moebius transform is period 12 sequence [ -3, 6, 0, 0, 3, 0, -3, 0, 0, -6, 3, 0, ...]. %F A132973 G.f. is a period 1 Fourier series which satisfies f(-1 / (12 t)) = 108^(1/2) (t/i) g(t) where q = exp(2 Pi i t) and g(t) is the g.f. for A113447. %F A132973 G.f.: Product_{k>0} (1 - x^k)^3 * (1 + x^(2*k))^3 / ((1 - x^(3*k)) * (1 + x^(6*k))). %F A132973 G.f.: 1 + 3 * Sum_{k>0} (-1)^k * (x^k + x^(3*k)) / (1 + x^k + x^(2*k)). %F A132973 G.f.: 1 + 3 * ( Sum_{k>0} x^(6*k-5) / ( 1 + x^(6*k-5) ) - x^(6*k-1) / ( 1 + x^(6*k-1) )). %F A132973 a(n) = (-1)^n * A107760(n). Convolution inverse of A132974. %F A132973 a(2*n) = A107760(n). a(2*n + 1) = -3 * A033762(n). a(3*n) = A132973(n). a(3*n + 1) = -3 * A227696(n). - _Michael Somos_, Oct 31 2015 %F A132973 a(6*n + 1) = -3 * A097195(n). a(6*n + 2) = 3 * A033687(n). a(6*n + 5) = 0. - _Michael Somos_, Oct 31 2015 %e A132973 G.f. = 1 - 3*q + 3*q^2 - 3*q^3 + 3*q^4 + 3*q^6 - 6*q^7 + 3*q^8 - 3*q^9 + 3*q^12 + ... %t A132973 a[ n_] := SeriesCoefficient[ EllipticTheta[ 2, Pi/4, q^(1/2)]^3 / EllipticTheta[ 2, Pi/4, q^(3/2)]/2, {q, 0, n}]; (* _Michael Somos_, May 26 2013 *) %o A132973 (PARI) {a(n) = if( n<1, n==0, 3 * (-1)^n * sumdiv(n, d, kronecker(-12, d)))}; %o A132973 (PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A)^3 * eta(x^4 + A)^3 * eta(x^6 + A) / (eta(x^2 + A)^3 * eta(x^3 + A) * eta(x^12 + A )), n))}; %Y A132973 Cf. A033687, A097195, A107760, A132973, A132974, A227696. %K A132973 sign %O A132973 0,2 %A A132973 _Michael Somos_, Sep 07 2007 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE