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!)
A029552 Expansion of phi(x) / f(-x) in powers of x where phi(), f() are Ramanujan theta functions. 7

%I #29 Oct 09 2023 07:09:57

%S 1,3,4,7,13,19,29,43,62,90,126,174,239,325,435,580,769,1007,1313,1702,

%T 2191,2808,3580,4539,5735,7216,9036,11278,14028,17383,21474,26448,

%U 32471,39759,48550,59123,71829,87053,105249,126975,152858,183623

%N Expansion of phi(x) / f(-x) in powers of x where phi(), f() 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="/A029552/b029552.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/24) * eta(q^2)^5 /(eta(q)^3 * eta(q^4)^2) in powers of q. - _Michael Somos_, Sep 17 2004

%F Euler transform of period 4 sequence [3, -2, 3, 0, ...]. - _Michael Somos_, Sep 17 2004

%F G.f. A(x) is the limit of x^(n^2) P_{2n}(1/x) where P_n(q) = Sum_{k=0..n} C(n,k;q) and C(n,k;q) is q-binomial coefficients. See A083906 for P_n. - _Michael Somos_, Sep 17 2004

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

%F a(n) ~ exp(sqrt(2*n/3)*Pi) / (2^(7/4)*3^(1/4)*n^(3/4)). - _Vaclav Kotesovec_, May 01 2017

%F Expansion of chi(x)^3/chi(-x^2) = chi(x)^2/chi(-x) = chi(-x^2)^2/chi(-x)^3 in powers of x where chi() is a Ramanujan theta function. - _Michael Somos_, Apr 24 2023

%e G.f. = 1 + 3*x + 4*x^2 + 7*x^3 + 13*x^4 + 19*x^5 + 29*x^6 + 43*x^7 + ...

%e G.f. = 1/q + 3*q^23 + 4*q^47 + 7*q^71 + 13*q^95 + 19*q^119 + 29*q^143 + ...

%t a[ n_] := SeriesCoefficient[ EllipticTheta[ 3, 0, q] / QPochhammer[ q], {q, 0, n}]; (* _Michael Somos_, Oct 29 2013 *)

%t a[ n_] := SeriesCoefficient[ QPochhammer[ -q, q^2]^2 / QPochhammer[ q, q^2], {q, 0, n}]; (* _Michael Somos_, Oct 29 2013 *)

%o (PARI) {a(n) = if( n<0, 0, polcoeff( sum(k=1, sqrtint(n), 2*x^k^2, 1) / eta(x + x * O(x^n)), n))}; /* _Michael Somos_, Sep 17 2004 */

%o (PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^5 / (eta(x + A)^3 * eta(x^4 + A)^2), n));} /* _Michael Somos_, Sep 17 2004 */

%o (PARI) {a(n) = if( n<0, 0, polcoeff( sum(k=0, 2*n, prod(i=1, k, (1 -x^(2*n + 1-i)) / (1 - x^i))), n^2-n))}; /* _Michael Somos_, Sep 17 2004 */

%Y Cf. A083906, A098613.

%K nonn

%O 0,2

%A _N. J. A. Sloane_

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 25 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)