asked 166k views
5 votes
Write a recursive definition for the set of odd positive integers.

asked
User Ragster
by
8.6k points

1 Answer

1 vote
a[1] = 1
a[n+1] = a[n] +2

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.