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!)
A113312 Expansion of (1+x)^2/(1-2x^2+x^3). 1
1, 2, 3, 3, 4, 3, 5, 2, 7, -1, 12, -9, 25, -30, 59, -85, 148, -229, 381, -606, 991, -1593, 2588, -4177, 6769, -10942, 17715, -28653, 46372, -75021, 121397, -196414, 317815, -514225, 832044, -1346265, 2178313, -3524574, 5702891, -9227461, 14930356, -24157813, 39088173, -63245982, 102334159 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Diagonal sums of A113310.
LINKS
FORMULA
a(n)=2a(n-2)-a(n-3); a(n)=sum{k=0..floor(n/2), sum{i=0..n-2k, (-1)^i*C(i+k-2, i)}}.
MATHEMATICA
LinearRecurrence[{0, 2, -1}, {1, 2, 3}, 50] (* Harvey P. Dale, May 19 2014 *)
CROSSREFS
Sequence in context: A179846 A086925 A088858 * A334954 A053475 A140605
KEYWORD
easy,sign
AUTHOR
Paul Barry, Oct 25 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 April 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)