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!)
A123884 Expansion of phi(x) * phi(-x^6) / chi(-x^2) in powers of x where phi(), chi() are Ramanujan theta functions. 20

%I #11 Mar 12 2021 22:24:44

%S 1,2,1,2,3,2,2,0,2,2,1,4,0,2,3,2,2,0,4,2,2,0,0,2,1,4,2,2,2,2,3,2,0,2,

%T 2,2,2,0,2,4,4,0,0,0,1,2,4,0,2,4,2,2,1,6,0,2,2,0,0,2,4,2,0,2,2,0,4,0,

%U 4,2,1,2,0,2,4,0,0,2,2,4,3,4,0,2,2,2,2

%N Expansion of phi(x) * phi(-x^6) / chi(-x^2) in powers of x where phi(), chi() are Ramanujan theta functions.

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

%H G. C. Greubel, <a href="/A123884/b123884.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/12) * eta(q^2)^4 * eta(q^6)^2 / (eta(q)^2 * eta(q^4) * eta(q^12)) in powers of q.

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

%F a(n) = A093829(12*n + 1).

%F a(n) = (-1)^n * A248886(n). a(2*n) = A131961(n). a(2*n + 1) = 2 * A131963(n). - _Michael Somos_, Oct 01 2015

%e G.f. = 1 + 2*x + x^2 + 2*x^3 + 3*x^4 + 2*x^5 + 2*x^6 + 2*x^8 + 2*x^9 + x^10 + ...

%e G.f. = q + 2*q^13 + q^25 + 2*q^37 + 3*q^49 + 2*q^61 + 2*q^73 + 2*q^97 + 2*q^109 + ...

%t a[ n_] := SeriesCoefficient[ QPochhammer[ -x]^2 EllipticTheta[ 4, 0, x^6] / EllipticTheta[ 4, 0, x^2], {x, 0, n}]; (* _Michael Somos_, Oct 01 2015 *)

%t a[ n_] := SeriesCoefficient[ EllipticTheta[ 3, 0, x] EllipticTheta[ 4, 0, x^6] QPochhammer[ -x^2, x^2], {x, 0, n}]; (* _Michael Somos_, Oct 01 2015 *)

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

%Y Cf. A093829, A131961, A131962, A248886.

%K nonn

%O 0,2

%A _Michael Somos_, Oct 17 2006

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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)