118k views
3 votes
Suppose you have the following recursion formula a1 = 1, a2 = 2, and an = a(n - 1)+ a(n - 2)for integers n ≥ 3. How would you determine the next 3 terms?

1 Answer

0 votes
a3=3
a4=5
a5=8

This sequence has properties similar to those of the Fibonacci sequence.
User Dom
by
7.3k points