Asked by Nan

The sequence is defined by a recursion formula. Write the first four terms of the sequence:
a_1=9; a_n=3a_n-1

Answers

Answered by Steve
a_1 = 9
a_2 = 3*9 = 27
and so on
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions