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!)
A029267 Expansion of 1/((1-x^3)(1-x^4)(1-x^9)(1-x^11)). 1
1, 0, 0, 1, 1, 0, 1, 1, 1, 2, 1, 2, 3, 2, 2, 4, 3, 3, 5, 4, 5, 6, 6, 6, 8, 7, 8, 10, 9, 10, 12, 12, 12, 15, 14, 15, 18, 17, 18, 21, 21, 21, 25, 24, 26, 29, 28, 30, 34, 33, 34, 39, 38, 40, 44, 44, 46, 50, 50, 52, 57, 56, 59, 64 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
COMMENTS
Number of partitions of n into parts 3, 4, 9, and 11. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,1,0,0,-1,0,1,0,1,-1,-1,-1,-1,1,0,1,0,-1,0,0,1,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^4) (1 - x^9) (1 - x^11)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 03 2014 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^4)*(1-x^9)*(1-x^11)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A290979 A117910 A275435 * A111725 A302257 A324748
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 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)