OFFSET
0,13
COMMENTS
Number of compositions (ordered partitions) of n into parts 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 and 16. - Ilya Gutkovskiy, May 25 2017
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1).
MATHEMATICA
With[{den=Total[-(x)^Range[6, 16]]+1}, CoefficientList[Series[1/den, {x, 0, 50}], x]] (* Harvey P. Dale, Oct 16 2011 *)
PROG
(PARI) Vec(1/(1-x^6-x^7-x^8-x^9-x^10-x^11-x^12-x^13-x^14-x^15-x^16)+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved