6. Recursively Defined Sequences
Sign In
Can you find the common difference just by looking at the explicit formula?
a_1=- 2, a_n=a_(n-1)-4
a_n= - 4n+2 We can see that - 4 is the common difference. We can calculate the first term by substituting n=1 into the given explicit formula. a_1=- 4(1)+2=- 4 +2= - 2 Now we have enough information to form a recursive formula for this sequence. a_1&= - 2, a_n=a_(n-1)+( - 4) & ⇕ a_1&=- 2, a_n=a_(n-1)- 4