login

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 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A077927
Expansion of (1-x)^(-1)/(1+2*x+2*x^3).
0
1, -1, 3, -7, 17, -39, 93, -219, 517, -1219, 2877, -6787, 16013, -37779, 89133, -210291, 496141, -1170547, 2761677, -6515635, 15372365, -36268083, 85567437, -201879603, 476295373, -1123725619, 2651210445, -6255011635, 14757474509, -34817369907, 82144763085, -193804475187
OFFSET
0,3
FORMULA
a(n) = -a(n-1) + 2 a(n-2) - 2 a(n-3) + 2 a(n-4) - N-E. Fahssi, Mar 29 2008
a(n) -a(n-1) = (-1)^(n+1)*A052912(n). - R. J. Mathar, Jul 08 2022
CROSSREFS
Sequence in context: A191825 A342600 A229514 * A005197 A147142 A298371
KEYWORD
sign,easy
AUTHOR
N. J. A. Sloane, Nov 17 2002
STATUS
approved