OFFSET
0,25
COMMENTS
The difference between the number of partitions of n into an even number of parts > 1 and the number of partitions of n into an odd number of parts > 1.
Convolution inverse of A025147.
FORMULA
G.f.: Product_{k>=2} 1/(1 + x^k).
a(n) ~ (-1)^n * Pi * exp(Pi*sqrt(n/6)) / (2^(13/4) * 3^(3/4) * n^(5/4)). - Vaclav Kotesovec, Jun 06 2018
MATHEMATICA
nmax = 78; CoefficientList[Series[Product[1/(1 + x^k), {k, 2, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jan 22 2018
STATUS
approved