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!)
A029066 Expansion of 1/((1-x)*(1-x^4)*(1-x^5)*(1-x^9)). 0
1, 1, 1, 1, 2, 3, 3, 3, 4, 6, 7, 7, 8, 10, 12, 13, 14, 16, 19, 21, 23, 25, 28, 31, 34, 37, 40, 44, 48, 52, 56, 60, 65, 70, 75, 80, 86, 92, 98, 104, 111, 118, 125, 132, 140, 149, 157, 165, 174, 184, 194, 203, 213, 224, 236 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Number of partitions of n into parts 1, 4, 5 and 9. - Ilya Gutkovskiy, May 17 2017
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,1,0,-1,0,0,0,0,0,0,-1,0,1, 0,0,1,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x)*(1 - x^4)*(1 - x^5)*(1 - x^9)), {x, 0, 50}], x] (* G. C. Greubel, May 17 2017 *)
LinearRecurrence[{1, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 1, -1}, {1, 1, 1, 1, 2, 3, 3, 3, 4, 6, 7, 7, 8, 10, 12, 13, 14, 16, 19}, 60] (* Harvey P. Dale, Apr 21 2019 *)
PROG
(PARI) x='x+O('x^50); Vec(1/((1 - x)*(1 - x^4)*(1 - x^5)*(1 - x^9))) \\ G. C. Greubel, May 17 2017
CROSSREFS
Sequence in context: A048460 A351058 A036017 * A174522 A327719 A327716
KEYWORD
nonn
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 May 4 00:44 EDT 2024. Contains 372225 sequences. (Running on oeis4.)