login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A267005
Expansion of Product_{k>=1} ((1 - k*x^k) / (1 - x^k)).
6
1, 0, -1, -2, -4, -2, -5, 6, 7, 18, 31, 50, 17, 34, 39, -122, -134, -296, -298, -556, -670, -692, 64, 26, 1119, 1054, 3953, 6804, 6645, 9250, 8644, 9702, 2817, 11386, -12415, -36382, -47757, -71782, -122506, -99540, -191083, -176382, -253722, -166706, -21024
OFFSET
0,4
COMMENTS
Convolution of A022661 and A000041.
LINKS
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[(1-k*x^k)/(1-x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Jan 08 2016
STATUS
approved