For this one, the idea is to assume that it is first true for $$n=3$$ and then get $$4^3 = \frac{4(4^{n} - 16)}{3}$$ and then assume that it is true for $$n=k$$, where k is a natural number, whereby we get $$4^k = \frac{4(4^{k} - 16)}{3}$$, and then for $$n = k+1$$ and then get $$4^{k+1} = \frac{4(4^{k+1}-16)}{3}$$. Then we get $$4^{k+1}=4^{k}\times 4$$ which therefore becomes $$4\left( \frac{4\left( 4^{k}-16\right) }{3 } \right) =4\times 4^{k}$$.
Is this good?