The rule of Fibonacci Sequence is F(n) = F(n-2) + F(n-1). Find the 11th to 20th Fibonacci numbers.
Answers
Answered by
11
Step-by-step explanation:
Given
The rule of Fibonacci Sequence is F(n) = F(n-2) + F(n-1). Find the 11th to 20th Fibonacci numbers.
- We know that Fibonacci Sequence is obtained by adding up the two numbers before it.
- We need to find the 11 th to 20 th Fibonacci numbers. So the numbers will be from
- 1 + 1 = 2, 1 + 2 = 3, 2 + 3 = 5 and so on. So we get numbers as
- 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89
- So 11 th number will start from 89
So 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765 are the numbers up to 20 th term.
Similar questions