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!)
A029288 Expansion of 1/((1-x^3)(1-x^5)(1-x^9)(1-x^12)). 1
1, 0, 0, 1, 0, 1, 1, 0, 1, 2, 1, 1, 3, 1, 2, 4, 1, 3, 5, 2, 4, 6, 3, 5, 8, 4, 6, 10, 5, 8, 12, 6, 10, 14, 8, 12, 17, 10, 14, 20, 12, 17, 23, 14, 20, 27, 17, 23, 31, 20, 27, 35, 23, 31, 40, 27, 35, 45, 31, 40, 51, 35, 45, 57, 40 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
COMMENTS
Number of partitions of n into parts 3, 5, 9, and 12. - Vincenzo Librandi, Jun 04 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 1, 0, 1, 0, 0, -1, 1, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 1, -1, 0, 0, 1, 0, 1, 0, 0, -1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^5) (1 - x^9) (1 - x^12)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 04 2014 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^5)*(1-x^9)*(1-x^12)) + O(x^80)) \\ Jinyuan Wang, Mar 11 2020
CROSSREFS
Sequence in context: A112798 A187846 A181087 * A238899 A187207 A050117
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)