0 , 1 , 1 , 2 , 3 , 5 , 8 , ... ( F ib o na cc i se q u e n ce ) a 1 = 0 , a 2 = 1 a n = a n − 1 + a n − 2 ⇒ a 8 = a 7 + a 6 = 7 + 5 = 13
the next three terms are 13,21,34
The next term in the Fibonacci sequence 0, 1, 1, 2, 3, 5, 8 is 13, which is found by summing the last two terms, 5 and 8. This is because each number in the Fibonacci sequence is the sum of the two preceding numbers.
;