OFFSET
0,7
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,1,0,-1,1,0,0,-1,-1,0,0,1,-1,0,1,1,0,-1).
MATHEMATICA
CoefficientList[Series[ 1/((1-x^2)(1-x^3)(1-x^6)(1-x^8)), {x, 0, 100}], x] (* or *) LinearRecurrence[{0, 1, 1, 0, -1, 1, 0, 0, -1, -1, 0, 0, 1, -1, 0, 1, 1, 0, -1}, {1, 0, 1, 1, 1, 1, 3, 1, 4, 3, 4, 4, 7, 4, 9, 7, 10, 9, 14}, 100] (* Harvey P. Dale, Jun 04 2021 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^3)*(1-x^6)*(1-x^8)) + O(x^90)) \\ Jinyuan Wang, Mar 18 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved