OFFSET
0,3
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..6278
Index entries for linear recurrences with constant coefficients, signature (1, 2, 1, -3, -6, 6).
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-2x^2)(1-3x^3)), {x, 0, 40}], x] (* or *) LinearRecurrence[{1, 2, 1, -3, -6, 6}, {1, 1, 3, 6, 10, 16}, 40] (* Harvey P. Dale, Sep 15 2023 *)
PROG
(PARI) Vec(1/((1-x)*(1-2*x^2)*(1-3*x^3)) + O(x^100))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Sep 07 2017
STATUS
approved