Ask Question
26 August, 03:52

Write a recursive definition for the set of odd positive integers.

+4
Answers (1)
  1. 26 August, 04:18
    0
    A[1] = 1

    a[n+1] = a[n] + 2
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a recursive definition for the set of odd positive integers. ...” 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