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!)
A167616 a(n) = Fibonacci(n) - 5. 16

%I #30 Sep 08 2022 08:45:48

%S 0,3,8,16,29,50,84,139,228,372,605,982,1592,2579,4176,6760,10941,

%T 17706,28652,46363,75020,121388,196413,317806,514224,832035,1346264,

%U 2178304,3524573,5702882,9227460,14930347,24157812,39088164,63245981,102334150

%N a(n) = Fibonacci(n) - 5.

%H G. C. Greubel, <a href="/A167616/b167616.txt">Table of n, a(n) for n = 5..1000</a>

%H <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (2, 0, -1).

%F a(n) = a(n-1) + a(n-2) + 5. - _Zak Seidov_, Jun 27 2010

%F a(5)=0, a(6)=3, a(7)=8, a(n) = 2*a(n-1) - a(n-3). - _Harvey P. Dale_, Dec 31 2011

%F G.f.: x^6*(3+2*x)/((1-x)*(1-x-x^2)). - _L. Edson Jeffery_, Mar 17 2013

%t Fibonacci[Range[5,45]]-5 (* or *) LinearRecurrence[{2,0,-1},{0,3,8},40] (* _Harvey P. Dale_, Dec 31 2011 *)

%o (Magma) [(Fibonacci(n) - 5): n in [5..45]]; // _Vincenzo Librandi_, Apr 23 2011

%o (PARI) a(n)=fibonacci(n)-5 \\ _Charles R Greathouse IV_, Jul 01 2013

%o (Sage) [fibonacci(n)-5 for n in (5..45)] # _G. C. Greubel_, Jul 13 2019

%o (GAP) List([5..45], n-> Fibonacci(n)-5) # _G. C. Greubel_, Jul 13 2019

%Y Cf. A000045, A001611, A000071, A157725, A001911, A157726, A006327, A157727, A157728, A157729, A167616.

%K nonn,easy

%O 5,2

%A _N. J. A. Sloane_, Jun 26 2010

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 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)