6. Recursively Defined Sequences
Sign In
Can you find the common ratio and the first term just by looking at the explicit formula?
a_1=-81, a_n = (2/3)a_(n-1)
a_n= -81 ( 2/3)^(n-1) We can see that 23 is the common ratio and the first term is -81. Now we have enough information to form an recursive formula for this sequence. la_1=a a_n=r* a_(n-1) ⇒ la_1= -81 a_n=( 2/3 )a_(n-1)