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!)
A258343 Expansion of Product_{k>=1} (1+x^k)^(k*(k+1)*(k+2)/6). 21

%I #11 May 28 2018 19:43:52

%S 1,1,4,14,36,101,260,669,1669,4116,9932,23636,55483,128532,294422,

%T 667026,1496232,3324720,7323570,15998749,34679966,74622839,159454379,

%U 338472749,713956569,1496950669,3120663129,6469901522,13343153563,27379250529,55907749171

%N Expansion of Product_{k>=1} (1+x^k)^(k*(k+1)*(k+2)/6).

%H Vaclav Kotesovec, <a href="/A258343/b258343.txt">Table of n, a(n) for n = 0..1000</a>

%F a(n) ~ (3*Zeta(5))^(1/10) / (2^(523/720) * 5^(2/5) * sqrt(Pi) * n^(3/5)) * exp(-2401 * Pi^16 / (10497600000000 * Zeta(5)^3) + 49*Pi^8 * Zeta(3) / (16200000 * Zeta(5)^2) - Zeta(3)^2 / (150*Zeta(5)) + (343*Pi^12 / (2430000000 * 2^(3/5) * 15^(1/5) * Zeta(5)^(11/5)) - 7*Pi^4 * Zeta(3) / (4500 * 2^(3/5) * 15^(1/5) * Zeta(5)^(6/5))) * n^(1/5) + (-49*Pi^8 / (1080000 * 2^(1/5) * 15^(2/5) * Zeta(5)^(7/5)) + Zeta(3) / (2^(6/5) * (15*Zeta(5))^(2/5))) * n^(2/5) + 7*Pi^4 / (180 * 2^(4/5) * (15*Zeta(5))^(3/5)) * n^(3/5) + 5*(15*Zeta(5))^(1/5) / 2^(12/5) * n^(4/5)), where Zeta(3) = A002117, Zeta(5) = A013663.

%F G.f.: exp(Sum_{k>=1} (-1)^(k+1)*x^k/(k*(1 - x^k)^4)). - _Ilya Gutkovskiy_, May 28 2018

%p b:= proc(n, i) option remember; `if`(n=0, 1, `if`(i<1, 0, add(

%p binomial(binomial(i+2, 3), j)*b(n-i*j, i-1), j=0..n/i)))

%p end:

%p a:= n-> b(n$2):

%p seq(a(n), n=0..30); # _Alois P. Heinz_, May 28 2018

%t nmax=40; CoefficientList[Series[Product[(1+x^k)^(k*(k+1)*(k+2)/6),{k,1,nmax}],{x,0,nmax}],x]

%Y Cf. A248882, A028377, A258341, A258342, A258344, A258345, A258346.

%K nonn

%O 0,3

%A _Vaclav Kotesovec_, May 27 2015

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