We have to show by Mathematical Induction that $64\mid (7^{2n} + 16n − 1).$
Progress :
Let us suppose $P(n)$ be the statement i.e.,
$P(n): 64\mid(7^{2n} + 16n − 1)$
For $n=1$,
$(7^{2\cdot 1} + 16\cdot 1 − 1=64$ which is divisible by $64$.
So, $P(1)$ is true.
Assume $P(k)$ be true,i.e.,
$64\mid (7^{2k} + 16k − 1)$.
Now for $n=k+1$
$7^{2(k+1)} + 16(k) − 1=49\cdot 7^{2k}+16k+15$.
How can I show this is divisible by $64$?