What is the name of these sequences?
0,1,1,2,3,5,8,13,21,34…………
Answers
The name is Fibonacci sequence.
(term of the Fibonacci sequence)
In this question, the two initial values are taken as and , or sometimes as .
The recurrence relation is .
The ratio of two consecutive terms converges to as .
(Property 1)
The two consecutive terms are relatively prime.
(Proof)
Consider they are not relatively prime, or share at least one prime factor.
We know that,
.
So, by sum,
.
We know that,
.
So, by subtraction,
.
Now,
If we continue this process, we reach the following result which is
This leads to the contradiction. So, the opposite of our assumption is true, which means the consecutive terms of Fibonacci sequence are co-prime.
(Property 2)
(Proof)
We know that,
The sum of the first n terms of the sequence is,
Hence proven.
(Property 3)
(Proof- Attachment)
Consider there are n squares which side lengths are to . We can fill the rectangle which sides are and , without leaving any square.
Hence shown.