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$?
HINT:
$$7^{2m+2}+16(m+1)-1-7^2[7^{2m}+16m-1]=-16m(7^2-1)+16-1+7^2$$
$$\equiv0\pmod{64}$$
So, $64|(7^{2m+2}+16(m+1)-1) \iff64|(7^{2m}+16m-1)$