OFFSET
0,5
LINKS
Roland Bacher, P. De La Harpe, Conjugacy growth series of some infinitely generated groups, hal-01285685v2, 2016.
FORMULA
a(n) ~ Pi^2 * exp(Pi*sqrt(2*n/3)) / (12*sqrt(3)*n^2). - Vaclav Kotesovec, Oct 13 2017
MATHEMATICA
nmax = 50; CoefficientList[Series[1 + Sum[x^(3*k-2)/QPochhammer[x, x, k], {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Oct 13 2017 *)
Flatten[{1, Table[PartitionsP[n] - PartitionsP[n-1] - PartitionsP[n-2] + PartitionsP[n-3], {n, 3, 50}]}] (* Vaclav Kotesovec, Oct 13 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jan 22 2017
STATUS
approved