2

If $a\ge750$ is an integer , then is it true that $\bigl(2\times17^{4a+3}\bigr)+1$ cannot be a prime ?

Apurv
  • 3,363
  • 2
  • 26
  • 47

1 Answers1

0

$2*17^{4*1497+3}+1$ is prime.

So the answer is very short: No.

Edit: There are some good tools to search for primes. I used these:

  1. For Sieving you can use NewPGen: http://primes.utm.edu/programs/NewPGen/

  2. And for the actual proving of primality there is LLR: http://jpenne.free.fr/