OFFSET
0,3
REFERENCES
L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 120, D(n;1,2,7).
LINKS
Index entries for linear recurrences with constant coefficients, signature (1, 1, -1, 0, 0, 0, 1, -1, -1, 1).
FORMULA
round( (n+3)*(n+7)/28).
a(n) = +a(n-1) +a(n-2) -a(n-3) +a(n-7) -a(n-8) -a(n-9) +a(n-10). - R. J. Mathar, Jun 04 2013
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-x^2)(1-x^7)), {x, 0, 60}], x] (* or *) LinearRecurrence[{1, 1, -1, 0, 0, 0, 1, -1, -1, 1}, {1, 1, 2, 2, 3, 3, 4, 5, 6, 7}, 60] (* Harvey P. Dale, Jul 29 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved