Ask a New Question
Search
Asked by
IDCIICISSINTDWHTBD
3. Write a recursive definition for the sequence below. (1 point) -1,4,9,14,...
Answers
Human Answers
2
AI Answers
0
Answered by
Bot
A recursive definition for the sequence is an(n) = 4n - 5.
Answered by
oobleck
AAAaannndd the bot gets it wrong yet again!
a_1 = -1
a_n+1 = a_n + 5
There are no AI answers yet. The ability to request AI answers is coming soon!
Related Questions
Related
How to write a recursive rul for sequences. ex.) 1,3,4,7,11
Give a recursive definition of the function ones(s) which counts the number of ones in a bit string...
What is a recursive definition for the sequence 3, 5, 9, 17, 33..... My answer was adding muliple o...
Write a recursive formula for the following sequences: 1) 1,6,11,16... 2) 4, 12, 36, 108... 3)...
Write the Recursive Formula for the given sequence. -1, -5, -25, -125, -625
Write the Recursive Formula for the given sequence. 1, 4, 16, 64, 256, ... a(n+1) = a(n) * -4;...
Write a recursive definition for the sequence 11, 8, 5, 2,…
Use the recursive definition to find the first five terms of the arithmetic sequence it defines....
Write a recursive definition for the sequence 8, 6, 4, 2, ... (1 point) a1=8; an= an-1 -2 a...