OFFSET
0,4
COMMENTS
Convolution inverse of A024940.
The difference between the number of partitions of n into an even number of triangular numbers and the number of partitions of n into an odd number of triangular numbers.
LINKS
FORMULA
G.f.: Product_{k>=1} 1/(1 + x^(k*(k+1)/2)).
MATHEMATICA
nmax = 80; CoefficientList[Series[Product[1/(1 + x^(k (k + 1)/2)), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Sep 18 2017
STATUS
approved