OFFSET
0,5
LINKS
Index entries for linear recurrences with constant coefficients, signature (-1, -1, -2, -1, -1, -1).
MATHEMATICA
CoefficientList[Series[1/((1+x)(1+x^2)(1+x^3)), {x, 0, 70}], x] (* or *) LinearRecurrence[ {-1, -1, -2, -1, -1, -1}, {1, -1, 0, -1, 2, -1}, 80] (* Harvey P. Dale, Jun 12 2022 *)
PROG
(PARI) Vec(1/((1+x)*(1+x^2)*(1+x^3)) + O(x^100))
CROSSREFS
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 07 2017
STATUS
approved