Let $n=3^{1000}+1$. Is n prime?
My working so far:
$n=3^{1000}+1 \cong 1 \mod 3$
I notice that n is of form; $n=3^n+1$
Seeking advice tips, and methods on progressing this.
Let $n=3^{1000}+1$. Is n prime?
My working so far:
$n=3^{1000}+1 \cong 1 \mod 3$
I notice that n is of form; $n=3^n+1$
Seeking advice tips, and methods on progressing this.
Since we have
$$3\equiv 1 \pmod 2 \implies 3^{1000} \equiv 1 \pmod 2 \implies 3^{1000}+1\equiv 0\pmod 2$$
$3^{1000}+1$ is not a prime.