Ask a New Question
Search
Asked by
michelle
Which recursive sequence would produce the sequence 6, -26, 102, ...6,−26,102,...?
Answers
Human Answers
2
AI Answers
0
Answered by
R_scott
-4 n - 2
Answered by
oobleck
more like
a_1 = 6
a_n+1 = -4a_n - 2
There are no AI answers yet. The ability to request AI answers is coming soon!
Related Questions
Related
5th term for recursive sequence: a(1) = 1 a(n+1)=3a(n)-1
A sequence is defined recursively by the formula f(n+1)=-2f(n). The first term of the sequence is -1...
A sequence is defined recursively using the equation . If f(1)=100, what is f(6)?
A sequence is defined recursively by the given formulas. Find the first five terms of the sequence....
A sequence is defined recursively by the given formulas. Find the first five terms of the sequence....
Which recursive sequence would produce the sequence 6, comma, minus, 8, comma, 20, comma, dot dot do...
a sequence is defined recursively by a1=4 an=3/4an-1 what is the explicit form of this sequence...