Answer:
1. You would multiply 3 by itself as many times as the term number says to.
or,
using recursive notation, it would be Next = Now times 3 with the first Now being 3.
2. S = 3T