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!)
A029260 Expansion of 1/((1-x^3)(1-x^4)(1-x^7)(1-x^11)). 1
1, 0, 0, 1, 1, 0, 1, 2, 1, 1, 2, 3, 2, 2, 4, 4, 3, 4, 6, 5, 5, 7, 8, 7, 8, 10, 10, 10, 12, 13, 13, 14, 16, 17, 17, 19, 21, 21, 22, 25, 26, 26, 29, 31, 32, 33, 36, 38, 39, 41, 44, 46, 47, 50, 53, 55, 57, 60, 63, 65, 68, 71, 74 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
COMMENTS
Number of partitions of n into parts 3, 4, 7, and 11. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,1,0,0,0,0,0,-1,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^4) (1 - x^7) (1 - x^11)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 03 2014 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^4)*(1-x^7)*(1-x^11)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A027347 A352131 A035438 * A205725 A091093 A049615
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 May 6 15:44 EDT 2024. Contains 372294 sequences. (Running on oeis4.)