Question
THe explict rule for a sequence is given.
an=4n-1
What is the recursive for the sequence?
I got a1=3 ; an=an-1+4
an=4n-1
What is the recursive for the sequence?
I got a1=3 ; an=an-1+4
Answers
bobpursley
a<sub>o</sub>=-1; an=a<sub>(n-1)</sub>+4