A304873 G.f.: Sum_{k>=0} p(k)^4 * x^k / Sum_{k>=0} p(k)*x^k, where p(n) is the partition function A000041(n).
1, 0, 14, 64, 528, 1696, 11616, 33600, 169072, 525760, 2069922, 5928066, 22259874, 59321760, 193797792, 526647420, 1566376990, 4012181104, 11456306798, 28263784110, 75995086336, 184440427360, 468750673616, 1104027571108, 2730165482640, 6239956155696
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
nmax = 25; CoefficientList[Series[Sum[PartitionsP[k]^4*x^k, {k, 0, nmax}] / Sum[PartitionsP[k]*x^k, {k, 0, nmax}], {x, 0, nmax}], x]
Formula
a(n) ~ 2^(3/4) * 3^(3/2) * 5^(13/4) * exp(Pi*sqrt(10*n)) / (2^22 * n^(15/4)).
Comments