While doing some statistics on primes pairs for a given gap between them, I noticed this phenomenon:
For each $p$ prime $\ge 7$ and all $q$ prime $> 6p$ such that $(q - 4p)$ is prime, we have the same value for ${q\!\! \mod\!6}$ (either only $1$ or only $5$).
I have verified it through calculations for $p$ between $7$ and $7919$ and for around $1200$ first $q$ values for each $p$.
I am not sure if the above conjecture is true and how hard it is to prove it, can you number theorists take a stab at it ?
Thanks !
All primes $>3$ are either $\pm 1 \pmod 6$. Let's go case by case.
First, assume $p\equiv 1 \pmod 6$. Then we have $$q-4p\equiv q-4\pmod 6$$ In that case it is not possible for $q\equiv 1\pmod 6$ as that would give $$1-4\equiv 3\pmod 6$$ And the "prime" would be divisible by $3$.
Similarly, $$p\equiv -1 \pmod 6\implies q-4p=q+4\pmod 6$$ and here we can't have $q\equiv -1 \pmod 6$ for the same reason, and we are done.