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.
I don't see that implication. Besides, $14^{2(k+1)}=(14^2)^{k+1}\neq 14^2\cdot14^{k+1}$.
– Ángel Mario Gallegos Feb 16 '17 at 16:18