I've been stuck on this mathematical proof for quite some time now.
So far I have tried using the division algorithm to prove the theorem by letting
$n = 3 \times q + r\ |\ q \epsilon N$
This gives me three different cases for values of n.
(i) $n = 3 \times q + 0$
(ii) $n = 3 \times q + 1$
(iii) $n = 3 \times q + 2$
Basically what I am thinking now is that if I can prove that all three of these cases are divisible by 3 then $(14^{2n}-1)$ must be divisible by all n = 0, 1, 2, 3, ...
So I try to prove the theorem for case (i)
$14^{3\times q \times 2}-1 = 14^{6 \times q} - 1$
Now I'm stuck. What steps can I take to prove that this is divisible by 3?
Thanks in advance for any help.