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!)
A029263 Expansion of 1/((1-x^3)(1-x^4)(1-x^8)(1-x^10)). 1
1, 0, 0, 1, 1, 0, 1, 1, 2, 1, 2, 2, 3, 2, 3, 3, 5, 3, 5, 5, 7, 5, 7, 7, 10, 7, 10, 10, 13, 10, 14, 13, 17, 14, 18, 17, 22, 18, 23, 22, 28, 23, 29, 28, 34, 29, 36, 34, 42, 36, 44, 42, 50, 44, 53, 50, 60, 53, 63, 60, 71, 63, 74 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
Number of partitions of n into parts 3, 4, 8, and 10. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,1,0,0,-1,1,0,1,-1,-1,-1,-1,1,0,1,-1,0,0,1,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^4) (1 - x^8) (1 - x^10)), {x, 0, 70}], x] (* Harvey P. Dale, Aug 16 2012 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^4)*(1-x^8)*(1-x^10)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A027349 A053277 A078661 * A097575 A103273 A289120
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 19 03:05 EDT 2024. Contains 371782 sequences. (Running on oeis4.)