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!)
A304447 Coefficient of x^n in Product_{k>=1} ((1+x^k)/(1-x^k))^(2*n). 2

%I #13 Oct 03 2023 10:11:00

%S 1,4,40,448,5264,63624,783328,9770240,123040288,1561033348,

%T 19922193200,255472920256,3289122824000,42488488508808,

%U 550435283089088,7148519205631488,93038785849116736,1213215382135324680,15846906866928513736,207302985358274247104

%N Coefficient of x^n in Product_{k>=1} ((1+x^k)/(1-x^k))^(2*n).

%H Vaclav Kotesovec, <a href="/A304447/b304447.txt">Table of n, a(n) for n = 0..880</a>

%F a(n) ~ c * d^n / sqrt(n), where d = 13.43567525239504624062504283058713960962824709850658926621911428148173077464... and c = 0.3323527904383991069791889982282236666403568774227549868882810268779...

%t nmax = 20; Table[SeriesCoefficient[Product[((1+x^k)/(1-x^k))^(2*n), {k, 1, n}], {x, 0, n}], {n, 0, nmax}]

%t nmax = 20; Table[SeriesCoefficient[(QPochhammer[-1, x]/2/QPochhammer[x])^(2*n), {x, 0, n}], {n, 0, nmax}]

%t (* Calculation of constants {d,c}: *) eq = FindRoot[{QPochhammer[-1, r*s] == 2*Sqrt[s]*QPochhammer[r*s], (QPochhammer[ r*s]*(Log[r*s] - 2*Log[1 - r*s] - 2*QPolyGamma[0, 1, r*s])) / Log[r*s] - r*Sqrt[s]*Derivative[0, 1][QPochhammer][-1, r*s] + 2*r*s*Derivative[0, 1][QPochhammer][r*s, r*s] == 0}, {r, 1/12}, {s, 2}, WorkingPrecision -> 1000]; {N[1/r /. eq, 120], val = Sqrt[((1 - r*s)*Log[r*s]^2*QPochhammer[r*s]) / (Pi*(2*r*s*(-1 + r*s) * Log[r*s]*(2*(Log[r*s] - 2*Log[1 - r*s] - 2*QPolyGamma[0, 1, r*s]) * Derivative[0, 1][QPochhammer][r*s, r*s] + r*Sqrt[s]*Log[r*s] * (-Derivative[0, 2][QPochhammer][-1, r*s] + 2*Sqrt[s]*Derivative[0, 2][QPochhammer][r*s, r*s])) + QPochhammer[ r*s]*(16*r*s*ArcTanh[1 - 2*r*s] + (1 - r*s)*Log[r*s]^2 - 8*Log[1 - r*s] + 4*(-1 + r*s)*Log[1 - r*s]^2 + 8*(-1 + r*s)*(1 + Log[1 - r*s])* QPolyGamma[0, 1, r*s] + 4*(-1 + r*s)*QPolyGamma[0, 1, r*s]^2 + 4*(-1 + r*s)*(QPolyGamma[1, 1, r*s] - 2*r*s*Log[r*s]*Derivative[0, 0, 1][QPolyGamma][0, 1, r*s]))))] /. eq; N[Chop[val], -Floor[Log[10, Abs[Im[val]]]] - 3]} (* _Vaclav Kotesovec_, Oct 03 2023 *)

%Y Cf. A261386, A270919, A304443, A304444, A304448.

%K nonn

%O 0,2

%A _Vaclav Kotesovec_, May 12 2018

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 August 8 04:35 EDT 2024. Contains 375018 sequences. (Running on oeis4.)