A356267 a(n) = Sum_{k=0..n} binomial(2*n, k) * p(k), where p(k) is the partition function A000041.
1, 3, 17, 97, 583, 3275, 18988, 104821, 584441, 3180889, 17295626, 92225785, 492811733, 2590911097, 13591889993, 70605682273, 365601169939, 1876312271003, 9605682510676, 48809295651049, 247315330613099, 1245888505795725, 6256686417801919, 31260996876796579
Offset: 0
Keywords
Programs
-
Mathematica
Table[Sum[Binomial[2*n, k] * PartitionsP[k], {k, 0, n}], {n, 0, 30}]
Formula
a(n) ~ erfc(Pi/(2*sqrt(6))) * 2^(2*n - 3) * exp(Pi*sqrt(2*n/3) + Pi^2/24) / (sqrt(3)*n).