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!)
A110513 Expansion of (1 + x)/(1 + 2x + x^3). 4
1, -1, 2, -5, 11, -24, 53, -117, 258, -569, 1255, -2768, 6105, -13465, 29698, -65501, 144467, -318632, 702765, -1549997, 3418626, -7540017, 16630031, -36678688, 80897393, -178424817, 393528322, -867954037, 1914332891, -4222194104, 9312342245, -20539017381, 45300228866, -99912799977 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Diagonal sums of A110511.
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} Sum_{j=0..(n-k)} (-1)^(n-k-j)*C(n-k, j)*(-2)^(j-k)*C(k, j-k).
a(0)=1, a(1)=-1, a(2)=2, a(n) = -2*a(n-1) - a(n-3). - Harvey P. Dale, Jun 27 2012
MATHEMATICA
CoefficientList[Series[(1+x)/(1+2x+x^3), {x, 0, 40}], x] (* or *) LinearRecurrence[ {-2, 0, -1}, {1, -1, 2}, 40] (* Harvey P. Dale, Jun 27 2012 *)
PROG
(PARI) x='x+O('x^50); Vec((1+x)/(1+2x+x^3)) \\ G. C. Greubel, Aug 29 2017
CROSSREFS
A minor variation of A052980.
Sequence in context: A077864 A052980 A190512 * A018115 A242551 A018007
KEYWORD
easy,sign
AUTHOR
Paul Barry, Jul 24 2005
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 May 19 09:05 EDT 2024. Contains 372673 sequences. (Running on oeis4.)