How can I prove by induction that $\forall n\in\mathbb{N}: \ 3^{2n} - 1$ is divisible by $8$.
Proof for $n=1$: $\displaystyle3^{2\cdot1} - 1 = 8$ which is divisible by $8$.
How can I prove it for $n+1$? this is where I got so far: $3^{2(n+1)} - 1 = 3^{2n+2} -1$