Ask a New Question
Search
The sequence is defined by a recursion formula. Write the first four terms of the sequence:
a_1=9; a_n=3a_n-1
1 answer
a_1 = 9
a_2 = 3*9 = 27
and so on
Ask a New Question
or
answer this question
.