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!)
A029056 Expansion of 1/((1-x)*(1-x^3)*(1-x^8)*(1-x^11)). 1
1, 1, 1, 2, 2, 2, 3, 3, 4, 5, 5, 7, 8, 8, 10, 11, 12, 14, 15, 17, 19, 20, 23, 25, 27, 30, 32, 35, 38, 40, 44, 47, 50, 55, 58, 62, 67, 70, 75, 80, 84, 90, 95, 100, 107, 112, 118, 125, 131, 138, 145, 152, 160, 167, 175 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Number of partitions of n into parts 1, 3, 8 and 11. - Ilya Gutkovskiy, May 16 2017
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,1,-1,0,0,0,1,-1,0,0,0,0,-1,1,0,0,0,-1,1,0,1,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x)*(1 - x^3)*(1 - x^8)*(1 - x^11)), {x, 0, 50}], x] (* G. C. Greubel, May 17 2017 *)
PROG
(PARI) a(n)=floor((2*n^3+69*n^2+696*n+3312)/3168+[5, 1, -1, 4, -1, 0, 1, -4, 1, -1, -5][n%11+1]/11) \\ Tani Akinari, May 13 2014
(PARI) Vec(1/((1-x)*(1-x^3)*(1-x^8)*(1-x^11)) + O(x^100)) \\ Michel Marcus, May 13 2014
CROSSREFS
Sequence in context: A174575 A029057 A087897 * A226503 A036847 A282379
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 1999
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 April 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)