Solve the recurrence of $T(n)= 3T(n-1)+1$ with $T(0)=2$ by iteration of the recurrence. (I was told that there is no need to prove it by induction)
I googled "iteration of the recurrence." I did not really get much except general proofs. Does anyone have a good explanation of this phrase that I can use to get me started?