0 Comments
Answer:
{3,5,7,9,11...}
9
Explanation:
If a0=3, then a1 = 3*3+1=7=\=5, so that is incorrect.
By recursive definition:
t2 = 3^(t1).
t1= 2, so t2=3^2=9