I have read quite a bit about prime numbers recently (having just started a module on elementary number theory, groups, primes, etc.), and something that always seems to be popping up is powers of 2. I am reasonably familiar with Mersenne primes, and have seen a few other reasons why $2^n\pm1$ keeps on appearing (especially to do with some computing things as well, it seems).
Like pretty much every other maths lover who has come in to contact with primes and their mysteries, I've played around a bit and tried writing programs to produce primes in different ways, or just pondered their (potential?) pattern.
Anyway, to the point:
Do we know anything (well, maybe not anything before anybody points that out, but anything 'sufficiently' interesting I guess) about what conditions $x$ must satisfy in order for $2x+1$ to be prime?
(Potentially) further:
Analogously, for $3x\pm1$, or $5x\pm\{1,2\}$ (not too sure if that notation is acceptable?), $7x\pm\{1,2,3\}$, etc.
I guess you could also talk about $4x+\{1,2,3\}$, but that seems pretty similar to discussing the $2x+1$ case. Really I see how this whole thing might be a bit pointless to discuss, as the cases you consider really depend on primes themselves, so the recursive behaviour of these conditions make them no more useful than knowing that for a number to be prime it can't divide by any of the primes below it: i.e. you still need to know the primes below it!