Let $p=3061$. Can we find an integer $n$ such that $2^n p+1$ is prime? If there is no such $n$, how can we prove it? Or does such $n$ always exist for prime $p$?
(More generally, instead of $p=3061$, you can try e.g. $p=5297,5897,7013,8423,\ldots$ -- there are quite a few primes $p$ for which brute force does not seem to work.)
Motivation: questions like these arise naturally while reading the paper On the density of odd integers of the form $(p − 1)2^{-n}$ and related questions by Paul Erdös and Andrew Odlyzko.
n=33288;p=3061*2^n+1;ispseudoprime(p)=1– Dmitry Ezhov May 23 '20 at 20:383061*2^33288 + 1– Jeppe Stig Nielsen Oct 06 '23 at 18:10