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!)
A249995 Expansion of 1/((1+2*x)*(1-3*x)*(1-4*x)). 3

%I #20 Oct 28 2022 17:53:31

%S 1,5,27,121,539,2289,9619,39737,162987,663553,2690051,10865673,

%T 43783195,176086097,707220723,2837479129,11375770763,45580514721,

%U 182554616035,730915611305,2925754935291,11709295114225,46856010770387,187480525633401,750091566966379,3000874627609409

%N Expansion of 1/((1+2*x)*(1-3*x)*(1-4*x)).

%H Colin Barker, <a href="/A249995/b249995.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (5,2,-24).

%F G.f.: 1/((1+2*x)*(1-3*x)*(1-4*x)).

%F a(n) = ((-1)^n*2^(n+1) + 5*2^(2*n+3) - 3^(n+3))/15. - _Colin Barker_, Dec 29 2014

%F a(n) = 5*a(n-1) + 2*a(n-2) - 24*a(n-3). - _Colin Barker_, Dec 29 2014

%F E.g.f.: (1/15)*(2*exp(-2*x) - 27*exp(3*x) + 40*exp(4*x)). - _G. C. Greubel_, Oct 10 2022

%t LinearRecurrence[{5,2,-24}, {1,5,27}, 41] (* _G. C. Greubel_, Oct 10 2022 *)

%t CoefficientList[Series[1/((1+2x)(1-3x)(1-4x)),{x,0,40}],x] (* _Harvey P. Dale_, Oct 28 2022 *)

%o (PARI) Vec(1/((1+2*x)*(1-3*x)*(1-4*x)) + O(x^50)) \\ _Michel Marcus_, Dec 29 2014

%o (Magma) [(5*2^(2*n+3) +(-1)^n*2^(n+1) -3^(n+3))/15: n in [0..40]]; // _G. C. Greubel_, Oct 10 2022

%o (SageMath) [(5*2^(2*n+3) +(-1)^n*2^(n+1) -3^(n+3))/15 for n in range(41)] # _G. C. Greubel_, Oct 10 2022

%Y Cf. A016269 for the expansion of 1/((1-2*x)*(1-3*x)*(1-4*x)).

%Y Cf. A249992, A249993, A249994, A249996.

%K nonn,easy

%O 0,2

%A _Alex Ratushnyak_, Dec 28 2014

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 23 13:36 EDT 2024. Contains 372763 sequences. (Running on oeis4.)