2

Without using a computer prove that this Proth number cannot be a prime number :

$$43373\cdot 2^{49822}+1$$

VividD
  • 15,966
Pedja
  • 12,883

2 Answers2

6

Reduce it modulo $3$. Recall $2\equiv -1$ and note $43373\equiv2$ modulo $3$, plus $49822$ is even.

anon
  • 151,657
3

HINT $\rm\ c = (a\!+\!1,b\!+\!1)\ |\ a\: b^{2\:k}\! + 1\ $ by $\rm\:mod\ c\!\!:\ a,\!b\equiv {-}1\ \Rightarrow\ a\: b^{2\:k}\!+1 \equiv\: -\:(-1)^{2\:k}\!+1\equiv 0\:.$

Above $\rm\ \ c = (43374,3) = 3\:.\ $ Hence $\rm\ a\: b^{2\:k}\! + 1\:$ prime $\rm\:\Rightarrow\ a\!+\!1,\:b\!+\!1\:$ coprime (except in some trivial degenerate cases where the gcd $\rm\:c\:$ is not a proper factor).

Bill Dubuque
  • 272,048