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”).

A357381
Expansion of Product_{k>=1} 1 / (1 + x^Fibonacci(k)).
1
1, -2, 2, -3, 5, -7, 9, -11, 13, -16, 20, -23, 26, -31, 36, -41, 48, -55, 62, -71, 81, -92, 104, -116, 129, -145, 163, -180, 198, -219, 242, -267, 293, -320, 349, -381, 416, -452, 489, -529, 572, -618, 668, -719, 771, -829, 892, -956, 1023, -1094, 1167, -1246, 1331, -1416, 1504
OFFSET
0,2
COMMENTS
Convolution inverse of A000121.
MATHEMATICA
nmax = 54; CoefficientList[Series[Product[1/(1 + x^Fibonacci[k]), {k, 1, 21}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Sep 26 2022
STATUS
approved