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!)
A078040 Expansion of (1-x)/(1+x-2*x^2+2*x^3). 3
1, -2, 4, -10, 22, -50, 114, -258, 586, -1330, 3018, -6850, 15546, -35282, 80074, -181730, 412442, -936050, 2124394, -4821378, 10942266, -24833810, 56361098, -127913250, 290303066, -658851762, 1495284394, -3393594050, 7701866362, -17479623250, 39670544074, -90033523298 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1, a(1) = -2, a(2) = 4, a(n) = -a(n-1) + 2*a(n-2) - 2*a(n-3) for n > 2. - Harvey P. Dale, Dec 09 2011
MATHEMATICA
CoefficientList[Series[(1-x)/(1+x-2x^2+2x^3), {x, 0, 40}], x] (* or *) LinearRecurrence[{-1, 2, -2}, {1, -2, 4}, 40] (* Harvey P. Dale, Dec 09 2011 *)
PROG
(PARI) Vec((1-x)/(1+x-2*x^2+2*x^3)+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012
CROSSREFS
First differences of A077970.
Sequence in context: A192627 A275445 A075560 * A240041 A164990 A348009
KEYWORD
sign,easy
AUTHOR
N. J. A. Sloane, Nov 17 2002
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 June 10 21:15 EDT 2024. Contains 373280 sequences. (Running on oeis4.)