|
|
|
|
|
by stromgo
3755 days ago
|
|
Ok so the random model "1,3,7,9 mod 10" doesn't fully work, but let's look at what happens mod 30. Large primes have the following possible remainders mod 30: 1, 7, 11, 13, 17, 19, 23, 29. We see that when a prime ends with a 3 then p + 6 (ending in 9) is always an option, but p + 4 (ending in 7) is an option only half of the time. I think that this fully explains why a prime ending with 3 is more likely to be followed by a prime ending in 9. So basically the OP is on the right track, and his random model just needed to be refined a bit. |
|