I wish to find an $n$ such that I can claim that it is unknown (with our current technology) that the following number is or isn't a prime. My initial starting point is this:
$$ p=2^n-1 $$
where $ p \gg 2^{82,589,933}-1 $ which is the largest known prime to date. But maybe other starting point make this easier...
For instance can I just type $p=2^{2938498092382}-1$... Can I just hit my keyboard randomly, and be almost guaranteed to hit a number we can't know with current technology.
I mean I can't hit an even number because of the minus $1$. Can I hit a number that ends with $5$, such can one can easily tell its not a prime? What do I need to check to make sure I don't hit an easy to check non-prime?