The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A029287 Expansion of 1/((1-x^3)(1-x^5)(1-x^9)(1-x^11)). 1
1, 0, 0, 1, 0, 1, 1, 0, 1, 2, 1, 2, 2, 1, 3, 3, 2, 3, 4, 3, 5, 5, 4, 6, 6, 6, 7, 8, 7, 9, 10, 9, 11, 12, 11, 13, 15, 13, 16, 17, 16, 19, 20, 19, 22, 24, 22, 26, 27, 26, 30, 31, 30, 34, 36, 35, 39, 40, 40, 44, 46, 45, 49, 52, 51 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
COMMENTS
Number of partitions of n into parts 3, 5, 9, and 11. - 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, 1, -1, 0, -2, 0, -1, 1, 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^11)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 04 2014 *)
LinearRecurrence[{0, 0, 1, 0, 1, 0, 0, -1, 1, 0, 1, -1, 0, -2, 0, -1, 1, 0, 1, -1, 0, 0, 1, 0, 1, 0, 0, -1}, {1, 0, 0, 1, 0, 1, 1, 0, 1, 2, 1, 2, 2, 1, 3, 3, 2, 3, 4, 3, 5, 5, 4, 6, 6, 6, 7, 8}, 70] (* Harvey P. Dale, Jul 03 2021 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^5)*(1-x^9)*(1-x^11)) + O(x^80)) \\ Jinyuan Wang, Mar 11 2020
CROSSREFS
Sequence in context: A325002 A182594 A201593 * A055184 A366063 A238190
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 June 5 19:33 EDT 2024. Contains 373110 sequences. (Running on oeis4.)