Question
Convert the recursive form a1=7, an = 3an-1 to explicit form
Answers
GPT 3.5
The explicit form of the recursive equation an = 3an-1 is given by
an = 7 * 3^(n-1)
an = 7 * 3^(n-1)