OFFSET
0,5
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 1, 0, 1, 1, -1, 0, 0, -2, 0, 0, -1, 1, 1, 0, 1, 0, -1).
MATHEMATICA
CoefficientList[Series[1/((1-x^2)(1-x^4)(1-x^5)(1-x^7)), {x, 0, 60}], x] (* or *) LinearRecurrence[{0, 1, 0, 1, 1, -1, 0, 0, -2, 0, 0, -1, 1, 1, 0, 1, 0, -1}, {1, 0, 1, 0, 2, 1, 2, 2, 3, 3, 4, 4, 6, 5, 8, 7, 10, 9}, 60] (* Harvey P. Dale, Jan 03 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved