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!)
A029201 Expansion of 1/((1-x^2)*(1-x^5)*(1-x^7)*(1-x^10)). 1
1, 0, 1, 0, 1, 1, 1, 2, 1, 2, 3, 2, 4, 2, 5, 4, 5, 6, 5, 7, 8, 8, 10, 8, 12, 11, 13, 14, 14, 16, 18, 18, 21, 19, 24, 24, 26, 28, 28, 31, 34, 34, 39, 36, 43, 43, 46, 49, 49, 54, 57, 58, 64, 61, 70, 70, 75, 78, 79, 85, 89, 91 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
COMMENTS
Number of partitions of n into parts 2, 5, 7, and 10. - Joerg Arndt, Jun 02 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,0,0,1,0,0,0,-1,1,0,-2,0,1,-1,0,0,0,1,0,0,1,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^2) (1 - x^5) (1 - x^7) (1 - x^10)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 02 2014 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^5)*(1-x^7)*(1-x^10)) + O(x^80)) \\ Jinyuan Wang, Mar 15 2020
CROSSREFS
Sequence in context: A302098 A112779 A366631 * A071283 A172986 A364642
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 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)