Prime Pairs
Hi All
I have a method of estimating the number of prime pairs for a given even number G within the range sqrt(G) < x < (G - sqrt(G)).
The estimates seem to be fairly accurate though the number crunching involved in in working out the real values is so slow...
If you are...