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!)
A362067 Sum of successive Fibonacci numbers F(n) : a(n) = Sum_{k = 0..n} F(n+k). 1
0, 2, 6, 18, 50, 136, 364, 966, 2550, 6710, 17622, 46224, 121160, 317434, 831430, 2177322, 5701290, 14927768, 39083988, 102327390, 267903350, 701391022, 1836283246, 4807480608, 12586194000, 32951158706, 86267374854, 225851115906, 591286215650, 1548007923880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 4*a(n-1)-3*a(n-2)-2*a(n-3)+a(n-4), a(0)=0, a(1)=2, a(2)=6, a(3)=18.
G.f.: 2*x*(1-x)/((1-3*x+x^2)*(1-x-x^2)).
a(n) = A000045(2n+2) - A000045(n+1).
a(n) = 2 * A094292(n+1). - Alois P. Heinz, Apr 07 2023
EXAMPLE
a(n) are the row sums of the triangle T(n,k) (A199334):
0 ;
1 , 1 ;
1 , 2 , 3 ;
2 , 3 , 5 , 8 ;
3 , 5 , 8 , 13, 21 ;
5 , 8 ,13 , 21, 34 , 55 ;
..........................
T(n,k) = T(n,k-1) + T(n-1, k-1) ; T(n,0) = A000045(n).
CROSSREFS
Sequence in context: A048495 A089380 A271897 * A304962 A372481 A361286
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Apr 07 2023
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 15 07:58 EDT 2024. Contains 372538 sequences. (Running on oeis4.)