login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A026625 Sum{T(n-k,k)}, 0<=k<=[ n/2 ], T given by A026615. 0
1, 1, 2, 4, 7, 13, 21, 36, 58, 96, 155, 253, 409, 664, 1074, 1740, 2815, 4557, 7373, 11932, 19306, 31240, 50547, 81789, 132337, 214128, 346466, 560596, 907063, 1467661, 2374725, 3842388, 6217114, 10059504, 16276619, 26336125 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

For n>1, a(n) = Fibonacci(n-1) + Lucas(n) - [3+(-1)^n]/2. - R. Stephan, May 13 2004

MATHEMATICA

Join[{1, 1}, Table[Fibonacci[n-1]+LucasL[n]-(3+(-1)^n)/2, {n, 2, 40}]] (* or *) Join[{1, 1}, LinearRecurrence[{1, 2, -1, -1}, {2, 4, 7, 13}, 40]] (* From Harvey P. Dale, Sep 27 2011 *)

CROSSREFS

Sequence in context: A205183 A090752 A051058 * A026691 A018150 A019471

Adjacent sequences:  A026622 A026623 A026624 * A026626 A026627 A026628

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 15:27 EST 2012. Contains 205930 sequences.