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!)
A029255 Expansion of 1/((1-x^3)*(1-x^4)*(1-x^6)*(1-x^11)). 1
1, 0, 0, 1, 1, 0, 2, 1, 1, 2, 2, 2, 4, 2, 3, 5, 4, 4, 7, 5, 6, 8, 8, 8, 11, 9, 11, 13, 13, 13, 17, 15, 17, 20, 20, 20, 25, 23, 25, 29, 29, 29, 35, 33, 36, 40, 40, 41, 48, 45, 49, 54, 54, 55, 63, 61, 65, 70, 71, 73, 81, 79, 84 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
Number of partitions of n into parts 3, 4, 6, and 11. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,1,0,1,-1,0,-1,-1,1,0,1,-1,-1,0,-1,1,0,1,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^4) (1 - x^6)(1 - x^11)), {x, 0, 70}], x] (* Harvey P. Dale, Apr 22 2011 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^4)*(1-x^6)*(1-x^11)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A290092 A066877 A240071 * A029272 A153904 A128762
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)