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!)
A022139 Fibonacci sequence beginning 5, 14. 1

%I #32 Mar 02 2022 09:15:56

%S 5,14,19,33,52,85,137,222,359,581,940,1521,2461,3982,6443,10425,16868,

%T 27293,44161,71454,115615,187069,302684,489753,792437,1282190,2074627,

%U 3356817,5431444,8788261,14219705,23007966,37227671,60235637,97463308,157698945

%N Fibonacci sequence beginning 5, 14.

%H Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>

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

%F G.f.: (5+9x)/(1-x-x^2). - _Philippe Deléham_, Nov 20 2008

%F a(0)=5, a(1)=14, a(n)=a(n-1)+a(n-2). - _Harvey P. Dale_, Apr 15 2015

%F a(n) = Fibonacci(n+6) - Lucas(n-2). - _Greg Dresden_ and Tyler Zidlicky, Mar 01 2022

%t Transpose[NestList[{#[[2]],#[[1]]+#[[2]]}&,{5,14},30]][[1]] (* _Harvey P. Dale_, Feb 07 2011 *)

%t LinearRecurrence[{1,1},{5,14},40](* _Harvey P. Dale_, Apr 15 2015 *)

%Y Cf. A000032, A000045.

%K nonn,easy

%O 0,1

%A _N. J. A. Sloane_

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)