The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A029227 Expansion of 1/((1-x^2)(1-x^7)(1-x^8)(1-x^10)). 1
1, 0, 1, 0, 1, 0, 1, 1, 2, 1, 3, 1, 3, 1, 4, 2, 5, 3, 6, 3, 7, 4, 8, 5, 10, 6, 11, 7, 13, 8, 15, 10, 17, 11, 19, 13, 21, 15, 24, 17, 27, 19, 30, 21, 33, 24, 36, 27, 40, 30, 44, 33, 48, 36, 52, 40, 57, 44, 62, 48, 67, 52, 72, 57 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
Number of partitions of n into parts 2, 7, 8, and 10. - Vincenzo Librandi, Jun 02 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,0,0,0,0,1,1,-1,0,0,-1,0,0,-1,0,0,-1,1,1,0,0,0,0,1,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^2) (1 - x^7) (1 - x^8) (1 - x^10)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 02 2014 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^7)*(1-x^8)*(1-x^10)) + O(x^80)) \\ Jinyuan Wang, Mar 15 2020
CROSSREFS
Sequence in context: A082460 A318573 A344774 * A029214 A134460 A130158
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 June 2 14:05 EDT 2024. Contains 373040 sequences. (Running on oeis4.)