Find the Nth number in the famous Fibonacci sequence.
Limited to max 10,000 for performance.
Result: F(10)
55
The Sequence (First 10 terms):
0, 1, 1, 2, 3, 5, 8, 13, 21, 34...