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!)
A029274 Expansion of 1/((1-x^3)(1-x^5)(1-x^6)(1-x^9)). 1
1, 0, 0, 1, 0, 1, 2, 0, 1, 3, 1, 2, 4, 1, 3, 6, 2, 4, 8, 3, 6, 10, 4, 8, 13, 6, 10, 16, 8, 13, 20, 10, 16, 24, 13, 20, 29, 16, 24, 34, 20, 29, 40, 24, 34, 47, 29, 40, 54, 34, 47, 62, 40, 54, 71, 47, 62, 80, 54, 71, 91, 62, 80 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
Number of partitions of n into parts 3, 5, 6, and 9. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,0,1,1,0,-1,0,0,-1,-1,0,0,-1,0,1,1,0,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1-x^3)(1-x^5)(1-x^6)(1-x^9)), {x, 0, 90}], x] (* Harvey P. Dale, Jan 23 2013 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^5)*(1-x^6)*(1-x^9)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A114912 A231723 A342720 * A239498 A079219 A197707
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 March 28 17:42 EDT 2024. Contains 371254 sequences. (Running on oeis4.)