The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017856 Expansion of 1/(1-x^6-x^7-x^8-x^9-x^10-x^11-x^12-x^13-x^14-x^15-x^16). 1
1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 3, 4, 5, 6, 6, 8, 11, 15, 20, 26, 31, 38, 48, 62, 81, 106, 135, 170, 214, 271, 346, 446, 573, 732, 931, 1182, 1502, 1917, 2452, 3136, 4005, 5106, 6502, 8284, 10566, 13488, 17222 (list; graph; refs; listen; history; text; internal format)
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
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
Sequence in context: A084766 A128559 A122168 * A087412 A024684 A265538
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 11:10 EDT 2024. Contains 372532 sequences. (Running on oeis4.)