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!)
A078048 Expansion of (1-x)/(1+x+2*x^2-2*x^3). 0
1, -2, 0, 6, -10, -2, 34, -50, -22, 190, -246, -178, 1050, -1186, -1270, 5742, -5574, -8450, 31082, -25330, -53734, 166558, -109750, -330834, 883450, -441282, -1987286, 4636750, -1544742, -11703330, 24066314, -3749138, -67790150, 123421054, 4660970, -387083378, 624603546 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1, a(1) = -2, a(2) = 0, a(n) = -a(n-1) - 2*a(n-2) + 2*a(n-3) for n > 2. - Harvey P. Dale, Dec 11 2011
MATHEMATICA
CoefficientList[Series[(1-x)/(1+x+2x^2-2x^3), {x, 0, 40}], x] (* or *) LinearRecurrence[{-1, -2, 2}, {1, -2, 0}, 40] (* Harvey P. Dale, Dec 11 2011 *)
PROG
(PARI) Vec((1-x)/(1+x+2*x^2-2*x^3) + O(x^50)) \\ Jinyuan Wang, Apr 07 2020
CROSSREFS
First differences of A077977.
Sequence in context: A175478 A011123 A087464 * A362186 A335061 A350462
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)