Calculate the nth Fibonacci number F(n) where F(0) = 0, F(1) = 1, and F(n) = F(n-1) + F(n-2) for n ≥ 2.
Enter your values below
How this calculator works
Each number is the sum of the two preceding ones: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ...
Common questions about this calculator