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

%I #12 May 29 2018 13:57:39

%S 1,0,2,-2,5,-8,16,-28,53,-96,178,-326,601,-1104,2032,-3736,6873,

%T -12640,23250,-42762,78653,-144664,266080,-489396,900141,-1655616,

%U 3045154,-5600910,10301681,-18947744,34850336,-64099760,117897841,-216847936,398845538,-733591314,1349284789,-2481721640

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

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

%t a=0; b=0; c=0; lst={}; Do[z=a+b+c+1; AppendTo[lst,z]; a=b; b=c; c=z; z=a+b+c-1; AppendTo[lst,z]; a=b; b=c; c=z,{n,5!}]; lst(*Abs values*) (* _Vladimir Joseph Stephan Orlovsky_, Feb 17 2010 *)

%o (PARI) Vec((1-x)^(-1)/(1+x-x^2+x^3)+O(x^99)) \\ _Charles R Greathouse IV_, Sep 26 2012

%K sign,easy

%O 0,3

%A _N. J. A. Sloane_, Nov 17 2002

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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)