You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
8$\begingroup$ So the point is that any problem like this must be compared to $\log \log N$. But to get any good estimates of the comparison is extremely hard, because $\log\log N$ is so much smaller than $\infty$. For example, in the problem above, based on $N = 10^9$, we could argue that in fact primes very much do like to divide the sum of their predecessors, as there are in fact 5 primes with this property, which is fifty percent more than the expected number. $\endgroup$Theo Johnson-Freyd– Theo Johnson-Freyd2013-02-01 20:18:45 +00:00Commented Feb 1, 2013 at 20:18
-
4$\begingroup$ Why is the probability $1/p$? $\endgroup$Filippo Alberto Edoardo– Filippo Alberto Edoardo2013-02-02 00:52:50 +00:00Commented Feb 2, 2013 at 0:52
-
14$\begingroup$ @Filippo Alberto Edoardo: It is a heuristic (as said in the answer) but one that in this cases seems to make perfect sense: the sum of the primes preceeding $p$ is a number significantly larger than $p$ (about size $p^2/ (2 \log p)$ , I think) and there seems no reason for it being biased towards being in any particular residue class moduo $p$; so that it is $0$ mod $p$ seems just as likely as it being anything else, so prop. $1/p$ for it being $0$, ie divisible by $p$. This is the natural heuristic in this case, and explains the scarcity. To make this heuristic precise, seems very hard. $\endgroup$user9072– user90722013-02-02 12:48:35 +00:00Commented Feb 2, 2013 at 12:48
-
2$\begingroup$ Thanks, I did not intepret the $1/p$ as being the sentence "lie in one of the $p$ classes $\mod{p}$". $\endgroup$Filippo Alberto Edoardo– Filippo Alberto Edoardo2014-01-22 23:53:38 +00:00Commented Jan 22, 2014 at 23:53
-
8$\begingroup$ (Nitpicking: The guy's name was Mertens, not Merten.) $\endgroup$Hans Lundmark– Hans Lundmark2014-02-19 11:25:42 +00:00Commented Feb 19, 2014 at 11:25
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ag.algebraic-geometry), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you