Ask Question
10 December, 23:09

The square numbers can be defined by the recursive formula a1 = 1, and an = an-1 + (2n - 1), where n > 1. The first five square numbers are

+1
Answers (1)
  1. 11 December, 02:25
    0
    1, 4, 9, 16, and 25. Use the formula to get a2 = 1 + (2*2 - 1) = 4, a3 = 4 + (2*3 - 1) = 9, etc. Also notice that for all n, an = n2.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “The square numbers can be defined by the recursive formula a1 = 1, and an = an-1 + (2n - 1), where n > 1. The first five square numbers are ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers