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!)
A133988 Expansion of phi(x) / chi(x^3) in powers of x where phi(), chi() are Ramanujan theta functions. 4
1, 2, 0, -1, 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 (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).
This is an example of the quintuple product identity in the form f(a*b^4, a^2/b) - (a/b) * f(a^4*b, b^2/a) = f(-a*b, -a^2*b^2) * f(-a/b, -b^2) / f(a, b) where a = x^2, b = -x. - Michael Somos, Jan 21 2012
Number 13 of the 14 primitive eta-products which are holomorphic modular forms of weight 1/2 listed by D. Zagier on page 30 of "The 1-2-3 of Modular Forms". - Michael Somos, May 04 2016
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
Eric Weisstein's World of Mathematics, Quintuple Product Identity
FORMULA
Expansion of q^(-1/8) * eta(q^2)^5 * eta(q^3) * eta(q^12) / ( eta(q) * eta(q^4) * eta(q^6) )^2 in powers of q.
Expansion of psi(-x) + 3 * x * psi(-x^9) in powers of x where psi() is a Ramanujan theta function.
Expansion of f(x, x^5) * f(x) / f(-x^6) = f(-x^3, x^6) + x * f(1, -x^9) in powers of x where f(, ) is Ramanujan's general theta function.
Expansion of phi(x^9) / chi(x^3) + 2 * x * psi(-x^9) in powers of x where phi(), chi() are Ramanujan theta functions.
Euler transform of period 12 sequence [ 2, -3, 1, -1, 2, -2, 2, -1, 1, -3, 2, -1, ...].
a(n) = b(8*n + 1) where b() is multiplicative with b(3^(2*e)) = -2 * (-1)^e, b(p^(2*e)) = (-1)^e if p == 3, 5 (mod 8), b(p^(2*e)) = +1 if p == 1, 7 (mod 8) and b(p^(2*e-1)) = b(2^e) = 0 if e>0.
G.f. is a period 1 Fourier series which satisfies f(-1 / (2304 t)) = 12 (t/i)^(1/2) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A133985.
G.f.: Sum_{k>0} (-1)^floor(k/2) * (x^((k^2 - k)/2) + 3 * x^(9*(k^2 - k)/2 + 1) ).
G.f.: Sum_{k in Z} (-1)^(k + floor(k/2)) * x^(3*k * (3*k + 1) / 2) * ( x^(-3*k) + x^(3*k + 1) ).
a(n) = (-1)^n * A089812(n).
a(3*n) = A133985(n). a(3*n + 2) = 0. - Michael Somos, Oct 30 2015
EXAMPLE
G.f. = 1 + 2*x - x^3 + x^6 - 2*x^10 - x^15 - x^21 - 2*x^28 + x^36 - x^45 + ...
G.f. = q + 2*q^9 - q^25 + q^49 - 2*q^81 - q^121 - q^169 - 2*q^225 + q^289 - ...
MATHEMATICA
a[ n_] := (-1)^Quotient[n, 3] Mod[n + 1, 3] Boole[ IntegerQ[ Sqrt[8 n + 1]]]; (* Michael Somos, Oct 30 2015 *)
a[ n_] := SeriesCoefficient[ EllipticTheta[ 3, 0, x] QPochhammer[ x^3, -x^3], {x, 0, n}]; (* Michael Somos, Oct 30 2015 *)
PROG
(PARI) {a(n) = (-1)^(n\3) * ((n + 1)%3) * issquare( 8*n + 1)};
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^5 * eta(x^3 + A) * eta(x^12 + A) / (eta(x + A) * eta(x^4 + A) * eta(x^6 + A))^2, n))};
CROSSREFS
Sequence in context: A171368 A322353 A359785 * A089812 A260942 A260162
KEYWORD
sign
AUTHOR
Michael Somos, Oct 01 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)