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!)
A029276 Expansion of 1/((1-x^3)(1-x^5)(1-x^6)(1-x^11)). 1
1, 0, 0, 1, 0, 1, 2, 0, 1, 2, 1, 3, 3, 1, 3, 4, 3, 5, 5, 3, 6, 7, 6, 8, 8, 7, 10, 11, 10, 12, 13, 12, 15, 17, 15, 18, 20, 18, 22, 24, 22, 26, 28, 26, 31, 33, 31, 36, 38, 36, 42, 44, 42, 48, 50, 49, 55, 57, 56, 62, 65, 64, 70 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
Number of partitions of n into parts 3, 5, 6, and 11. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,0,1,1,0,-1,-1,0,0,0,0,0,0,-1,-1,0,1,1,0,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^5) (1 - x^6) (1 - x^11)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 03 2014 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^5)*(1-x^6)*(1-x^11)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A131331 A268696 A020513 * A109248 A131866 A036862
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 April 24 11:21 EDT 2024. Contains 371936 sequences. (Running on oeis4.)