OFFSET
1,5
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 1..10000
FORMULA
G.f.: x^5 * (2 + 3*x + 2*x^2 + x^3 - 2*x^4 - 3*x^5 - 4*x^6 - 2*x^7 + 2*x^9 + 2*x^10 + x^11 - x^13)/((1 - x)^4 * (1 + x)^2 * (1 + x^2) * (1 + x + x^2) * (1 + x + x^2 + x^3 + x^4)) * Product_{k>=1} 1/(1 - x^k).
a(n) ~ sqrt(3) * n * exp(Pi*sqrt(2*n/3)) / (40*Pi^4).
a(n) ~ 3*n^2 * A000041(n) / (10*Pi^4).
MATHEMATICA
nmax = 30; col = 5; Flatten[{0, 0, 0, 0, CoefficientList[Coefficient[Normal[Series[Product[Product[1/(1 - x^(i - j)*y^j), {j, 0, i}], {i, 2, nmax + col}], {x, 0, col}, {y, 0, nmax}]], x^col], y]}]
Rest[CoefficientList[Series[x^5*(2 + 3*x + 2*x^2 + x^3 - 2*x^4 - 3*x^5 - 4*x^6 - 2*x^7 + 2*x^9 + 2*x^10 + x^11 - x^13)/((1 - x)^4 * (1 + x)^2 * (1 + x^2) * (1 + x + x^2) * (1 + x + x^2 + x^3 + x^4)) / QPochhammer[x], {x, 0, 100}], x]]
Table[Sum[(1 + (k-4)*(645 + 10*k + k^2)/720 - Floor[(k-4)/5]/5 - Floor[(k-4)/4]/4 + (k+1)*Floor[(k-4)/2]/8 - Floor[(k-3)/5]/5 - Floor[(k-3)/4]/4 - Floor[(k-3)/3]/3 - 3*Floor[(k-1)/5]/5) * PartitionsP[n-k], {k, 5, n}], {n, 1, 100}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 27 2017
STATUS
approved