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!)
A029226 Expansion of 1/((1-x^2)(1-x^7)(1-x^8)(1-x^9)). 1
1, 0, 1, 0, 1, 0, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 5, 4, 6, 4, 6, 5, 7, 7, 9, 9, 10, 10, 11, 11, 13, 13, 16, 15, 18, 17, 20, 19, 22, 22, 25, 25, 28, 28, 31, 31, 34, 34, 38, 38, 42, 42, 46, 46, 50, 50, 55, 55, 60, 60, 65, 65, 70 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
Number of partitions of n into parts 2, 7, 8, and 9. - Vincenzo Librandi, Jun 02 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,0,0,0,0,1,1,0,-1,-1,0,0,0,-1,-1,0,1,1,0,0,0,0,1,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^2) (1 - x^7) (1 - x^8) (1 -x^9)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 02 2014 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^7)*(1-x^8)*(1-x^9)) + O(x^80)) \\ Jinyuan Wang, Mar 15 2020
CROSSREFS
Sequence in context: A035466 A122521 A086394 * A093354 A317245 A332277
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 March 28 16:28 EDT 2024. Contains 371254 sequences. (Running on oeis4.)