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!)
A029249 Expansion of 1/((1-x^3)(1-x^4)(1-x^5)(1-x^11)). 1

%I #9 Mar 12 2020 22:21:03

%S 1,0,0,1,1,1,1,1,2,2,2,3,3,3,4,5,5,5,6,7,8,8,9,10,11,12,13,14,15,16,

%T 18,19,20,22,23,25,27,28,30,32,34,36,38,40,43,45,47,50,53,55,58,61,64,

%U 67,70,74,77,80,84,88,92,95

%N Expansion of 1/((1-x^3)(1-x^4)(1-x^5)(1-x^11)).

%C Number of partitions of n into parts 3, 4, 5, and 11. - _Vincenzo Librandi_, Jun 03 2014

%H Vincenzo Librandi, <a href="/A029249/b029249.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_23">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,1,1,1,0,-1,-1,-1,0,1,1,0,-1,-1,-1,0,1,1,1,0,0,-1).

%t CoefficientList[Series[1/((1 - x^3) (1 - x^4) (1 - x^5) (1 - x^11)), {x, 0, 100}], x] (* _Vincenzo Librandi_, Jun 03 2014 *)

%o (PARI) Vec(1/((1-x^3)*(1-x^4)*(1-x^5)*(1-x^11)) + O(x^80)) \\ _Jinyuan Wang_, Mar 12 2020

%K nonn,easy

%O 0,9

%A _N. J. A. Sloane_

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 29 08:59 EDT 2024. Contains 371268 sequences. (Running on oeis4.)