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!)
A117374 Expansion of (1-3x)/(1-x^2+x^3). 3
1, -3, 1, -4, 4, -5, 8, -9, 13, -17, 22, -30, 39, -52, 69, -91, 121, -160, 212, -281, 372, -493, 653, -865, 1146, -1518, 2011, -2664, 3529, -4675, 6193, -8204, 10868, -14397, 19072, -25265, 33469 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Diagonal sums of number triangle A117372.
LINKS
FORMULA
a(n)=a(n-2)+a(n-3); a(n)=sum{k=0..floor(n/2), (-1)^n*(C(k,n-2k)+3*C(k, n-2k-1))}.
MATHEMATICA
CoefficientList[Series[(1-3x)/(1-x^2+x^3), {x, 0, 40}], x] (* or *) LinearRecurrence[{0, 1, -1}, {1, -3, 1}, 40] (* Harvey P. Dale, May 06 2022 *)
CROSSREFS
Sequence in context: A260502 A014388 A186693 * A202142 A021322 A277129
KEYWORD
easy,sign
AUTHOR
Paul Barry, Mar 10 2006
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 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)