login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077919 Expansion of (1-x)^(-1)/(1+2*x-2*x^2+2*x^3). 1
1, -1, 5, -13, 39, -113, 331, -965, 2819, -8229, 24027, -70149, 204811, -597973, 1745867, -5097301, 14882283, -43450901, 126860971, -370388309, 1081400363, -3157299285, 9218175915, -26913751125, 78578452651, -229420759381, 669825926315, -1955650276693, 5709793924779 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0)=1, a(1)=-1, a(2)=5, a(3)=-13, a(n)=a(n-1)+4*a(n-2)-4*a(n-3)+2*a(n-4). - Harvey P. Dale, Aug 22 2013
MATHEMATICA
CoefficientList[Series[(1-x)^(-1)/(1+2x-2x^2+2x^3), {x, 0, 40}], x] (* or *) LinearRecurrence[{-1, 4, -4, 2}, {1, -1, 5, -13}, 40] (* Harvey P. Dale, Aug 22 2013 *)
CROSSREFS
Sequence in context: A129924 A360797 A080143 * A295913 A272225 A272585
KEYWORD
sign
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 December 11 08:46 EST 2023. Contains 367722 sequences. (Running on oeis4.)