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!)
A029216 Expansion of 1/((1-x^2)*(1-x^6)*(1-x^7)*(1-x^10)). 1
1, 0, 1, 0, 1, 0, 2, 1, 2, 1, 3, 1, 4, 2, 5, 2, 6, 3, 7, 4, 9, 5, 10, 6, 12, 7, 14, 9, 16, 10, 19, 12, 21, 14, 24, 16, 27, 19, 30, 21, 34, 24, 38, 27, 42, 30, 46, 34, 51, 38, 56, 42, 61, 46, 67, 51, 73, 56, 79, 61, 86, 67, 93 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
Number of partitions of n into parts 2, 6, 7, and 10. - Joerg Arndt, Jun 02 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,0,0,0,1,1,-1,-1,1,0,-1,-1,0,1,-1,-1,1,1,0,0,0,1,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^2) (1 - x^6) (1 - x^7) (1 - x^10)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 02 2014 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^6)*(1-x^7)*(1-x^10)) + O(x^80)) \\ Jinyuan Wang, Mar 15 2020
CROSSREFS
Sequence in context: A224708 A322023 A029229 * A153174 A138222 A138224
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)