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!)
A182031 Expansion of q^(-5/24) * (eta(q^3) * eta(q^6))^3 / (eta(q) * eta(q^2))^4 in powers of q. 1

%I #18 Mar 12 2021 22:24:46

%S 1,4,18,53,163,414,1059,2431,5553,11844,25013,50391,100362,193136,

%T 367371,680705,1247247,2238408,3975218,6941384,12003156,20465599,

%U 34581525,57737205,95601892,156665029,254777220,410580026,657015874

%N Expansion of q^(-5/24) * (eta(q^3) * eta(q^6))^3 / (eta(q) * eta(q^2))^4 in powers of q.

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

%D H.-C. Chan, On the Andrews-Schur proof of the Rogers-Ramanujan identities, Ramanujan J. 23 (2010), no. 1-3, 417-431. see p. 430 Theorem 7.

%H G. C. Greubel, <a href="/A182031/b182031.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 (psi(x^3) * phi(-x^3))^3 / (psi(x) * phi(-x))^4 in powers of x where phi(), psi() are Ramanujan theta functions.

%F Euler transform of period 6 sequence [ 4, 8, 1, 8, 4, 2, ...].

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

%e 1 + 4*x + 18*x^2 + 53*x^3 + 163*x^4 + 414*x^5 + 1059*x^6 + 2431*x^7 + ...

%e q^5 + 4*q^13 + 18*q^21 + 53*q^29 + 163*q^37 + 414*q^45 + 1059*q^53 + ...

%t eta[q_]:= q^(1/24)*QPochhammer[q]; CoefficientList[Series[q^(-5/8)*(eta[q^3]*eta[q^6])^3/(eta[q]*eta[q^2])^4, {q, 0, 100}], q] (* _G. C. Greubel_, Apr 16 2018 *)

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

%o (PARI) q='q+O('q^99); Vec((eta(q^3)*eta(q^6))^3/(eta(q)*eta(q^2))^4) \\ _Altug Alkan_, Apr 16 2018

%Y Cf. A002513.

%K nonn

%O 0,2

%A _Michael Somos_, Apr 07 2012

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 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)