The Fibonacci numbers are defined by the recursive formula t1 = 0, t2 = 1, tn - 1 + tn - 2 , where n ∈ N and n > 2. What are the first 9 Fibonacci numbers?
A) 0, 1, 1, 2, 3, 5, 8, 13, 21
B) 0, 1, 2, 3, 4, 7, 11, 18, 29
D) 0, 1, 2, 3, 6, 9, 15, 24, 39
(Don't worry about C)