Fibonacci Series
The Fibonacci numbers form a sequence, called the Fibonacci sequence, such that each number is the sum of the two preceding ones, starting from 0 and 1
Calculator of Fibonacci Series
Formula of Fibonacci Series
F(n) = F(n-1) + F(n-2)
- F0 = 0
- F1 = 1
- is a non-negative integer representing the position in the sequence.