Question 930466
{{{a[n] = 3a[n-1]}}} for n ≥ 2  (a1 = 1)
what this says is {{{a[n]}}} describes ALL the other terms (except a1)
a2 = 3
a3 = 6
a4 = 9
a5 = 12
etc...