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!)
A143161 Expansion of chi(-x)^2 * chi(-x^2) in powers of x where chi() is a Ramanujan theta function. 4

%I #12 Mar 12 2021 22:24:45

%S 1,-2,0,0,3,-2,0,0,4,-6,0,0,7,-8,0,0,13,-14,0,0,19,-20,0,0,29,-34,0,0,

%T 43,-46,0,0,62,-70,0,0,90,-96,0,0,126,-138,0,0,174,-186,0,0,239,-262,

%U 0,0,325,-346,0,0,435,-472,0,0,580,-620,0,0,769,-826,0,0

%N Expansion of chi(-x)^2 * chi(-x^2) in powers of x where chi() is a Ramanujan theta function.

%C Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).

%H G. C. Greubel, <a href="/A143161/b143161.txt">Table of n, a(n) for n = 0..1000</a>

%H Michael Somos, <a href="/A010815/a010815.txt">Introduction to Ramanujan theta functions</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/RamanujanThetaFunctions.html">Ramanujan Theta Functions</a>

%F Expansion of q^(1/6) * eta(q)^2 / (eta(q^2) * eta(q^4)) in powers of q.

%F Euler transform of period 4 sequence [ -2, -1, -2, 0, ...].

%F G.f. is a period 1 Fourier series which satisfies f(-1 / (576 t)) = 8^(1/2) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A098613. - _Michael Somos_, Sep 07 2015

%F a(4*n + 2) = a(4*n + 3) = 0.

%F G.f.: (Product_{k>0} (1 + x^k)^2 * (1 + x^(2*k)))^-1.

%F a(4*n) = A029552(n). a(4*n + 1) = -2 * A098613(n).

%e G.f. = 1 - 2*x + 3*x^4 - 2*x^5 + 4*x^8 - 6*x^9 + 7*x^12 - 8*x^13 + 13*x^16 + ...

%e G.f. = 1/q - 2*q^5 + 3*q^23 - 2*q^29 + 4*q^47 - 6*q^53 + 7*q^71 - 8*q^77 + ...

%t a[ n_] := SeriesCoefficient[ QPochhammer[ x, x^2]^2 QPochhammer[ x^2, x^4], {x, 0, n}]; (* _Michael Somos_, Sep 07 2015 *)

%o (PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A)^2 / (eta(x^2 + A) * eta(x^4 + A)), n))};

%Y Cf. A029552, A098613.

%K sign

%O 0,2

%A _Michael Somos_, Jul 27 2008

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 July 23 11:07 EDT 2024. Contains 374549 sequences. (Running on oeis4.)