Write a program to generate and print n numbers of Fibonacci series. Fibonacci series is a general name given to
the following series of numbers : 0,1,1,2,3,5,8,13,…..
Answers
Answered by
4
Explanation:
The Fibonacci numbers are the numbers in the following integer sequence.
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ……..
In mathematical terms, the sequence Fn of Fibonacci numbers is defined by the recurrence relation
Similar questions