Ask Question
30 December, 14:16

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?

+2
Answers (1)
  1. 30 December, 17:46
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers