How do I solve this?
Prove that $3$ divides $14^{2n} -1$ for all $n = 0,\,1,\,2,\,3,\,\ldots$
My calculations are:
Let $n=1$ then $3|14^{2*1}-1 \implies 3|196-1 \implies 3|195$ which is true
Now $n = k$ and assume $3|14^{2k}-1$
let $n = k + 1$
$3|14^{2(k+1)}-1 \implies 3|14^2*14^{k+1}-1$
and $3|14^2-1$ so $3|14^2*14^{k+1}-1$
which makes $3 | 14^{2n}$ true.
I tried starting with $n = 0$ as it's the smallest base but I couldn't get it to work.
You can certainly start with $n=0$ and save you a small calculation: $14^0-1=0$, and $3|0$.
I think your justification of the inductive step is a bit off. What you need to do is assume that $14^{2k}-1$ is a multiple of 3, and deduce that $14^{2(k+1)}-1$ is a multiple of 3.
So, if $14^{2k}-1=3h$, you have \begin{align} 14^{2(k+1)}-1&=196\times 14^{2k} -1=196\times 14^{2k}-196+196-1\\ \ \\ &=196(14^{2k}-1)+195=196\times 3h+3\times63=3(196h+63), \end{align} a multiple of 3. Then induction implies that $14^{2n}-1$ is a multiple of 3 for all $n\in\mathbb N$.