login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132973 Expansion of psi(-q)^3 / psi(-q^3) in powers of q where psi() is a Ramanujan theta function. 7
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, 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, -6, 6, -6, 3, 0, 0, -6, 0, 0, 0, 0, 3, -6, 6, -3, 6, 0, 6, -6 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
Cubic AGM theta functions: a(q) (see A004016), b(q) (A005928), c(q) (A005882).
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
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.
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
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.
Euler transform of period 12 sequence [ -3, 0, -2, -3, -3, 0, -3, -3, -2, 0, -3, -2, ...].
Moebius transform is period 12 sequence [ -3, 6, 0, 0, 3, 0, -3, 0, 0, -6, 3, 0, ...].
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.
G.f.: Product_{k>0} (1 - x^k)^3 * (1 + x^(2*k))^3 / ((1 - x^(3*k)) * (1 + x^(6*k))).
G.f.: 1 + 3 * Sum_{k>0} (-1)^k * (x^k + x^(3*k)) / (1 + x^k + x^(2*k)).
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) )).
a(n) = (-1)^n * A107760(n). Convolution inverse of A132974.
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
a(6*n + 1) = -3 * A097195(n). a(6*n + 2) = 3 * A033687(n). a(6*n + 5) = 0. - Michael Somos, Oct 31 2015
EXAMPLE
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 + ...
MATHEMATICA
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 *)
PROG
(PARI) {a(n) = if( n<1, n==0, 3 * (-1)^n * sumdiv(n, d, kronecker(-12, d)))};
(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))};
CROSSREFS
Sequence in context: A033700 A122916 A300372 * A107760 A180560 A320085
KEYWORD
sign
AUTHOR
Michael Somos, Sep 07 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)