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!)
A131298 Diagonal sums of A104730. 2
1, 1, 2, 4, 6, 11, 18, 30, 50, 82, 135, 221, 361, 589, 959, 1560, 2535, 4116, 6679, 10832, 17560, 28457, 46103, 74674, 120928, 195802, 316995, 513148, 830608, 1344372, 2175796, 3521249, 5698477 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: (1-x^2)/((1-x-x^2)*(1-x^2-x^3)) = (1+x)/(1-x-x^2) - x*(1+x)/(1-x^2-x^3).
a(n) = Sum_{k=0..floor(n/2)} C(n-k+1,k) - C(k,n-2k+1).
MATHEMATICA
LinearRecurrence[{1, 2, 0, -2, -1}, {1, 1, 2, 4, 6}, 40] (* Harvey P. Dale, Aug 21 2021 *)
CROSSREFS
Cf. A104730.
Sequence in context: A026636 A026658 A138688 * A168445 A328669 A185192
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jun 26 2007
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 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)