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!)
A029262 Expansion of 1/((1-x^3)(1-x^4)(1-x^8)(1-x^9)). 1
1, 0, 0, 1, 1, 0, 1, 1, 2, 2, 1, 2, 4, 2, 2, 4, 5, 4, 5, 5, 7, 7, 6, 7, 11, 9, 9, 12, 13, 12, 14, 14, 17, 18, 17, 19, 24, 21, 22, 26, 28, 27, 30, 31, 35, 36, 35, 38, 45, 42, 43, 49, 52, 51, 55, 56, 62, 64, 63, 67, 76, 73, 75 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
Number of partitions of n into parts 3, 4, 8, and 9. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,1,0,0,-1,1,1,0,-1,-2,-1,0,1,1,-1,0,0,1,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^4) (1 - x^8) (1 - x^9)), {x, 0, 70}], x] (* Harvey P. Dale, Sep 18 2011 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^4)*(1-x^8)*(1-x^9)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A210531 A066954 A144925 * A363825 A368470 A295878
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)