Ask Question
4 November, 19:53

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?

+4
Answers (1)
  1. 4 November, 20:05
    0
    A3=3

    a4=5

    a5=8

    This sequence has properties similar to those of the Fibonacci sequence.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “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 ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers