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!)
A017843 Expansion of 1/(1-x^5-x^6-x^7-x^8-x^9-x^10-x^11-x^12). 1
1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 3, 4, 4, 5, 7, 10, 14, 17, 21, 27, 36, 49, 64, 82, 105, 137, 181, 238, 310, 401, 521, 681, 892, 1166, 1518, 1975, 2574, 3361, 4390, 5727, 7464, 9728, 12688, 16557, 21603, 28175 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
COMMENTS
Number of compositions (ordered partitions) of n into parts 5, 6, 7, 8, 9, 10, 11 and 12. - Ilya Gutkovskiy, May 25 2017
LINKS
MATHEMATICA
With[{fx=1/(1-Total[x^Range[5, 12]])}, CoefficientList[Series[fx, {x, 0, 50}], x]] (* Harvey P. Dale, May 26 2012 *)
PROG
(PARI) Vec(1/(1-x^5-x^6-x^7-x^8-x^9-x^10-x^11-x^12)+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
Sequence in context: A226429 A036820 A017829 * A036815 A036807 A036808
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 10 22:16 EDT 2024. Contains 372388 sequences. (Running on oeis4.)