The Fibonacci sequence starts with the terms 1 and 1, and then every next number is the sum of the previous two, \[a_{n} = a_{n-1} + a_{n-2}\] To generate a column of Fibonacci numbers, enter the formula =A1+A2
into A3, then expand it down.
Find the first Fibonacci number greater than 10,000.