Find the nth Fibonacci number. The sequence starts 0, 1, 1, 2, 3, 5, 8, 13, ... where each number is the sum of the two preceding numbers.
Find the nth Fibonacci number. The sequence starts 0, 1, 1, 2, 3, 5, 8, 13, ... where each number is the sum of the two preceding numbers.
The position in the sequence (n = 0 gives 0, n = 1 gives 1, n = 7 gives 13).
Each Fibonacci number is the sum of the two preceding numbers, starting with F(0) = 0 and F(1) = 1.
How this calculator works
Each Fibonacci number is the sum of the two preceding numbers, starting with F(0) = 0 and F(1) = 1.
Common questions about this calculator