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!)
A029245 Expansion of 1/((1-x^3)(1-x^4)(1-x^5)(1-x^7)). 1
1, 0, 0, 1, 1, 1, 1, 2, 2, 2, 3, 3, 4, 4, 5, 6, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 21, 22, 24, 26, 28, 30, 32, 35, 37, 39, 42, 45, 48, 50, 54, 57, 60, 64, 67, 71, 75, 79, 83, 87, 92, 96, 101, 106, 111, 116, 121, 127 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
COMMENTS
Number of partitions of n into parts 3, 4, 5, and 7. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,1,1,0,0,-1,-1,-1,-1,0,0,1,1,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^4) (1 - x^5) (1 - x^7)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 03 2014 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^4)*(1-x^5)*(1-x^7)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A051066 A029159 A029099 * A174576 A288122 A060970
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 07:11 EDT 2024. Contains 371782 sequences. (Running on oeis4.)