Asked by Lea
What is a recursive definition for the sequence 3, 5, 9, 17, 33.....
My answer was adding muliple of numbers, is this correct?
My answer was adding muliple of numbers, is this correct?
Answers
Answered by
Steve
pretty vague definition.
For more precision, try
T<sub>n+1</sub> = 2T<sub>n</sub> - 1
For more precision, try
T<sub>n+1</sub> = 2T<sub>n</sub> - 1
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.