Sure. For the first one, the base case is n=1, and it's easy to check that 2.31-1 - 1 = 1.
Then assume that un =2.3n-1 - 1, and show that the formula holds for n+1:
un+1 = 3un + 2 = 3(2.3n-1 - 1) + 2 = 2.3n+1 - 1 - 1
Thus if the formula works for n, then it works for n+1. But it works for 1, so it works for 2, and 3, and 4 etc, and so it is proved by mathematical induction.
Edit: Dammit George!