- #1
- 2,845
- 0
I was trying to do some heuristics with the Cramér model, but I wasn't able to find a good asymptotic for a certain quantity and I thought I'd see if anyone had something good. I did check a few sequences on the OEIS first, but I didn't notice anything there.
Essentially, I'm looking to predict the rough density/probability of primes in factorial/primorial sequences. Consider [itex]n!+1[/itex], for example. In the naive Cramér model the chance it's prime is
[tex]\frac{1}{\log(n!)}\approx\frac{1}{n(\log(n)-1)}[/tex]
but since it is relatively prime to 2, 3, ..., n a better 'probability' would be
[tex]\frac{1}{n(\log(n)-1)}\prod_{p\le n}\frac{p}{p-1}[/tex]
My questions:
1. Is there a name for this extended model? I've seen it before, but I don't recall its name. Actually it's a system of models, one for each positive n, in which the probability of N being prime is 0 if N is divisible by some prime less than or equal to n, and prod{p/(p-1)}/log(N) over the primes less than or equal to n. The original model corresponds to n = 1.
2. Is there a simple approximation for the product I use above? Its values are 1, 2, 3, 3.75, 4.375, 4.8125, ... for 1, 2, 3, 5, 7, 11, ...
3. My immediate interest is in http://www.research.att.com/~njas/sequences/A046029 , which I've been working on calculating (checking up to 10,000). If my understanding is correct, the above huristic suggests a chance of 1/n (limiting as n becomes large) for each number to be prime, and as such in the sequence. This in turn suggests that the sequence has an infinite number of elements since the harmonic series diverges. Are there any problems with this analysis?
Essentially, I'm looking to predict the rough density/probability of primes in factorial/primorial sequences. Consider [itex]n!+1[/itex], for example. In the naive Cramér model the chance it's prime is
[tex]\frac{1}{\log(n!)}\approx\frac{1}{n(\log(n)-1)}[/tex]
but since it is relatively prime to 2, 3, ..., n a better 'probability' would be
[tex]\frac{1}{n(\log(n)-1)}\prod_{p\le n}\frac{p}{p-1}[/tex]
My questions:
1. Is there a name for this extended model? I've seen it before, but I don't recall its name. Actually it's a system of models, one for each positive n, in which the probability of N being prime is 0 if N is divisible by some prime less than or equal to n, and prod{p/(p-1)}/log(N) over the primes less than or equal to n. The original model corresponds to n = 1.
2. Is there a simple approximation for the product I use above? Its values are 1, 2, 3, 3.75, 4.375, 4.8125, ... for 1, 2, 3, 5, 7, 11, ...
3. My immediate interest is in http://www.research.att.com/~njas/sequences/A046029 , which I've been working on calculating (checking up to 10,000). If my understanding is correct, the above huristic suggests a chance of 1/n (limiting as n becomes large) for each number to be prime, and as such in the sequence. This in turn suggests that the sequence has an infinite number of elements since the harmonic series diverges. Are there any problems with this analysis?
Last edited by a moderator: