OFFSET
0,26
COMMENTS
In general, if b > 0, b is odd and g.f. is Product_{k>=1} (1 + x^(k*(k+b)/2)), then a(n) ~ exp(3*Pi^(1/3) * ((sqrt(2)-1)*Zeta(3/2))^(2/3) * n^(1/3) / 2^(4/3)) * ((sqrt(2)-1)*Zeta(3/2))^(1/3) / (2^(b/2 + 7/6) * sqrt(3) * Pi^(1/3) * n^(5/6)).
a(n) is the number of partitions of n into distinct parts of the form k*(k+5)/2.
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..10000
FORMULA
a(n) ~ exp(3*Pi^(1/3) * ((sqrt(2)-1)*Zeta(3/2))^(2/3) * n^(1/3) / 2^(4/3)) * ((sqrt(2)-1)*Zeta(3/2))^(1/3) / (2^(11/3) * sqrt(3) * Pi^(1/3) * n^(5/6)).
MATHEMATICA
nmax = 200; CoefficientList[Series[Product[1 + x^(k*(k+5)/2), {k, 1, Floor[Sqrt[25+8*nmax]/2]}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Mar 06 2026
STATUS
approved