What patterns have been measured in the graph of the number of two-prime-sum representations of even numbers? - MathOverflow most recent 30 from http://mathoverflow.net2013-05-20T21:59:50Zhttp://mathoverflow.net/feeds/question/53967http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/53967/what-patterns-have-been-measured-in-the-graph-of-the-number-of-two-prime-sum-reprWhat patterns have been measured in the graph of the number of two-prime-sum representations of even numbers?John Bentin2011-02-01T09:22:47Z2011-02-04T05:44:59Z
<p>There are remarkable patterns of density in the graph <a href="http://upload.wikimedia.org/wikipedia/commons/7/7c/Goldbach-1000000.png" rel="nofollow">http://upload.wikimedia.org/wikipedia/commons/7/7c/Goldbach-1000000.png</a> plotting the number of representations of even numbers up to a million as the sum of two primes. Has anyone measured these patterns? The referenced graph was uploaded in 2006. Given the enormous data bases of primes, it would seem to be a matter of simple checking of sums to generate the graph, with a complexity that grows not much more than linearly with the size of the even number. Thus, with the growth of computer power, some advance on a million might have been achieved over the past few years. Has this been done? </p>
http://mathoverflow.net/questions/53967/what-patterns-have-been-measured-in-the-graph-of-the-number-of-two-prime-sum-repr/53970#53970Answer by Gerry Myerson for What patterns have been measured in the graph of the number of two-prime-sum representations of even numbers?Gerry Myerson2011-02-01T11:02:58Z2011-02-02T03:21:59Z<p>Yes. See <a href="http://www.ieeta.pt/~tos/goldbach.html" rel="nofollow">http://www.ieeta.pt/~tos/goldbach.html</a></p>
<p>EDIT: The graph is sometimes referred to as the Goldbach Comet, and you'll find numerous links by typing that phrase into your favorite search engine. <a href="http://en.wikipedia.org/wiki/Goldbach%27s_comet" rel="nofollow">http://en.wikipedia.org/wiki/Goldbach's_comet</a> for example covers some of the same ground that Aaron does in his answer. </p>
http://mathoverflow.net/questions/53967/what-patterns-have-been-measured-in-the-graph-of-the-number-of-two-prime-sum-repr/54020#54020Answer by Aaron Meyerowitz for What patterns have been measured in the graph of the number of two-prime-sum representations of even numbers?Aaron Meyerowitz2011-02-01T20:47:11Z2011-02-04T05:44:59Z<p>That link reveals that a certain heuristic but extremely plausible assymptotic formula is highly accurate at least up to $10^{10}$. That information tells us what a graph over a larger range would look like. So one knows certain patterns are there even if the graph is not drawn. (Maybe someone has drawn it, I don't know). </p>
<p>Roughly, the expected number of pairs is about $0.66\frac{n}{{\log}^2(n)}$ for a large number which is twice a prime. Multiply that by $\prod_{p|n}\frac{p-1}{p-2}$ to get the estimate for any even n (the product over <em>odd</em> prime divisors of $n$).</p>
<p>This explains these patterns (do you see others?): There should be a lower half very roughly hitting at $10^6$ from 3460 to 6700 and then an upper half from 6920 to 13400 about twice the lower part. The lower part is for 2 or 4 mod 6 and the upper for mutiples of 6. Numbers which are or are not multiples of 5 and/or 7 should create 4 bands in each half (I can't see much beyond that). Those patterns (including with more primes taken into account)continue very faithfully as far as calculated.</p>
<p><strong>added information</strong></p>
<p>The name "Goldbach's Comet" is probably not useful in finding extended computations. "Goldbach partitions" might do better. As far as I can tell the state of the art is </p>
<p>MR1850627 (2002g:11142) Richstein, Jörg . Computing the number of Goldbach partitions up to $5\cdot 10^8$.
Algorithmic number theory (Leiden, 2000),
475--490, Lecture Notes in Comput. Sci., 1838, Springer, Berlin, 2000. </p>
<p>That paper does include a graph for the range $500500000 \le n \le 500660160$. The author no doubt has the data and could generate other graphs, but may not see any reason to. There are a number of observations in that paper about patterns. You might be better served by looking at color coded plots over short ranges (say according to congruence class mod 30 or 210). <strong>for example</strong> a plot over a modest range colored mod 6 shows that the top is all of the $0 \mod 6$ and nothing else (of course) BUT it also shows that the very bottom boundry is heavily in favor of $2 \mod 6$ leading me to pose <a href="http://mathoverflow.net/questions/54259/why-are-goldbach-laggards-biased-towards-2-mod-6" rel="nofollow">this question</a>.</p>