Sign In
Pay close attention to how consecutive terms are related.
a_1=4 and a_n=a_(n-1) - n*(-1)^n
We want to write a recursive formula for the given sequence.
4, 2, 5, 1, 6, ...
|
a_n-a_(n-1) = - n*(-1)^n |
We can see above that the difference between consecutive terms is - n*(-1)^(n-1). Therefore, to obtain the value of the term in the n^(th) position, we need to subtract - n*(-1)^n from the previous term. With this information and knowing that the first term equals 4, we can write the recursive formula. a_1=4 and a_n=a_(n-1) - n*(-1)^n