Prove that for all positive integers n, $20^{2n} + 16^{2n} −3^{2n} −1$ is a multiple of 323
I tried to prove by induction, no luck
Step 1: Base Case (n = 1)
$20^{2(1)} + 16^{2(1)} - 3^{2(1)} - 1$
$= 646$
The expression is divisible by 323 when n = 1
Step 2: Inductive Hypothesis
Assume that for some positive integer k, the expression $20^{2k} + 16^{2k} - 3^{2k} - 1$ is divisible by 323.
Step 3: Inductive Step
Consider the expression for k+1:
$20^{2(k+1)} + 16^{2(k+1)} - 3^{2(k+1)} - 1$
We can rewrite it as follows:
$20^{2(k+1)} + 16^{2(k+1)} - 3^{2(k+1)} - 1$ $= (20^2)^{k+1} + (16^2)^{k+1} - (3^2)^{k+1} - 1$ $= (400)^{k+1} + (256)^{k+1} - (9)^{k+1} - 1$
We assumed that:
$20^{2k} + 16^{2k} - 3^{2k} - 1$ is divisible by 323.
So, we can write it as:
$20^{2k} + 16^{2k} - 3^{2k} - 1 = 323m$ for some integer m.
$400^{k} + 256^{k} - 9^{k} - 1 = 323m$
Now, we can substitute this into our expression for k+1:
$(400)^{k+1} + (256)^{k+1} - (9)^{k+1} - 1$
$\tag{}$ $\qquad\Rightarrow\ {20^{2k},\ \ 16^{2k}} \equiv {3^{2k},\ ,1^{2k}}\ \ \ {\rm mod},\ 17,19,\ \ $ by the Congruence Power Rule
$\tag*{}$ $\qquad\Rightarrow\ \ 20^{2k} + 16^{2k}\ \ \equiv \ 3^{2k}+ 1^{2k}\ \ \ \ {\rm mod},\ 17,19,\ \ $ so also $,{\rm mod}\ 323 = {\rm lcm}(17,19)$ by CCRT.$\ \ $ – Bill Dubuque Sep 04 '23 at 16:59