Example Of Fibonaci Sequence:
The celebrated Fibonacci sequence (usually denoted by F0, F1, F2,...........) is as follows:
0, 1, 1, 2, 3, 5, 8, 12 , 21 ,34 , 55,...............
That is F o = 0 and F1 = 1
So, 34+55 = 89 and 55+89 = 144
A normal defination of this function
(Fibonacci Sequence)
(a) If n = 0 or n = 1. then Fn = n.
(b) If n > 1 , then Fn = Fn-2 + Fn-1
The celebrated Fibonacci sequence (usually denoted by F0, F1, F2,...........) is as follows:
0, 1, 1, 2, 3, 5, 8, 12 , 21 ,34 , 55,...............
That is F o = 0 and F1 = 1
So, 34+55 = 89 and 55+89 = 144
A normal defination of this function
(Fibonacci Sequence)
(a) If n = 0 or n = 1. then Fn = n.
(b) If n > 1 , then Fn = Fn-2 + Fn-1
0 comments:
Post a Comment