OFFSET
0,5
COMMENTS
The difference between the number of partitions of n into an even number of parts where every part k appears at least k times and the number of partitions of n into an odd number of parts where every part k appears at least k times.
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[1 + (-x)^(k^2)/(1 + x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 01 2020
STATUS
approved