OFFSET
0,11
COMMENTS
Convolution inverse of A007294.
The difference between the number of partitions of n into an even number of distinct triangular numbers and the number of partitions of n into an odd number of distinct triangular numbers.
Euler transform of {-1 if n is a triangular number else 0, n > 0} = -A010054. - Gus Wiseman, Oct 22 2018
LINKS
FORMULA
G.f.: Product_{k>=1} (1 - x^(k*(k+1)/2)).
MATHEMATICA
nmax = 90; CoefficientList[Series[Product[1 - x^(k (k + 1)/2), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Sep 18 2017
STATUS
approved