mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Lounge

Reply
 
Thread Tools
Old 2013-02-17, 03:31   #45
davar55
 
davar55's Avatar
 
May 2004
New York City

108A16 Posts
Default

Upgrading my prediction from the earlier thread,
I predicted a prime exponent near 52,100,000,
one near 77,000,000, and then a large gap to
199,000,000 (slightly adjusted) and another large
gap to 290,000,000. These could be M48, M49,
M50, and M51. Basis; catching up with the true
limiting ratio of consecutive Mersenne prime
exponents, and expectation of a P95 breakthrough.

As for when:
M49 @ 3/5/2015
M50 @ 2017/09/02
M51 @ 2020/201
davar55 is offline   Reply With Quote
Old 2013-02-25, 05:52   #46
philmoore
 
philmoore's Avatar
 
"Phil"
Sep 2002
Tracktown, U.S.A.

100010111112 Posts
Default

Quote:
Originally Posted by davieddy View Post
BTW Caldwell seems to think (log2 + log6)/2 is negligible compared to log(exponent). I make it ~7%
I make it ~6% at the level of the most recent discovery, i.e., an exponent congruent to 1 mod 4 is about 6% more likely to yield a prime than one congruent to 3 mod 4, so at this level, we would expect the exponent of any newly discovered prime to have ~51.4% chance of being 1 mod 4 and ~48.6% chance of being 3 mod 4. On the other hand, the 14 discoveries by GIMPS have included 10 primes with exponents congruent to 1 mod 4 and only 4 primes with exponents congruent to 3 mod 4. Luck of the draw? Certainly possible, chances are better than 7% of that particular mix. I'll look up Wagstaff's paper again tomorrow, as R. Gerbicz seemed to have issues with it, and Chris Caldwell's says that his account is a simplification of the original argument:
http://primes.utm.edu/mersenne/heuristic.html
philmoore is offline   Reply With Quote
Old 2013-02-25, 19:32   #47
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2×3×13×83 Posts
Default

Quote:
Originally Posted by philmoore View Post
I make it ~6% at the level of the most recent discovery, i.e., an exponent congruent to 1 mod 4 is about 6% more likely to yield a prime than one congruent to 3 mod 4, so at this level, we would expect the exponent of any newly discovered prime to have ~51.4% chance of being 1 mod 4 and ~48.6% chance of being 3 mod 4. On the other hand, the 14 discoveries by GIMPS have included 10 primes with exponents congruent to 1 mod 4 and only 4 primes with exponents congruent to 3 mod 4. Luck of the draw? Certainly possible, chances are better than 7% of that particular mix. I'll look up Wagstaff's paper again tomorrow, as R. Gerbicz seemed to have issues with it, and Chris Caldwell's says that his account is a simplification of the original argument:
http://primes.utm.edu/mersenne/heuristic.html
I love you Phil.
But 6% of 1.47 is ~ 0.09

Knowing you like your music:
7 and 7 is

RIP Authur Lee

D
davieddy is offline   Reply With Quote
Old 2013-02-26, 01:34   #48
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

647410 Posts
Default Correction

We conventionally say (round here) that the expected number of Mprimes with expos between e1 and e2 is log(e2/e1)/log(1.47).

If we are underestimating the probability by 6%, then the expected number should be 1.06*log(e2/e1)/log(1.47)
~ log (e2/e1)/log(1.44).

Jeez it's tricky getting math right while listening to ]Country Joe and the Fish
davieddy is offline   Reply With Quote
Old 2013-02-27, 21:51   #49
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2×3×13×83 Posts
Default Expected Mprimes with exponents < 60M

From PNT, the probability of an integer x being a prime = 1 mod 4 is
1/(2 lnx).
If this is the case, Caldwell says that Wagstaff says the probability of 2x-1 being prime is
egamma(lnx + ln6)/(x ln2).
Combining these, the probability is A(1 + ln6/lnx)/x
where A = egamma/(2 ln2) = 1.285

Integrating from k1to k2 gives
A(ln(k2k1 + ln6 ln(lnk2/lnk1))

For exponents = 1 mod 4 between 600K and 60M (GIMPS era),we expect
A(ln100 + ln6*ln 1.346) = A(4.605 + 0.532)

For exponents = 3 mod 4 between 600K and 60M (GIMPS era),we expect
A(ln100 + ln2*ln 1.346) = A(4.605 + 0.206)

NOTE THAT THE SECOND TERM IS DISTINCTLY NON-NEGLIBLE!

David
davieddy is offline   Reply With Quote
Old 2013-02-28, 06:33   #50
philmoore
 
philmoore's Avatar
 
"Phil"
Sep 2002
Tracktown, U.S.A.

45F16 Posts
Default

It has occurred to me, David, that we may both be barking up the wrong tree. The classical "probability" that a number m is prime is exp(gamma)*ln(factoring limit)/ln(m). For a Mersenne number m = 2n-1, the a priori factoring limit is 2n or 6n, depending on whether n is 3 mod 4 or 1 mod 4, but by the time this number is trial factored to, say, the 73-bit level, isn't this relative difference erased? Sure, we would expect that a higher proportion of mod 1 exponents than mod 3 exponents would survive to this level, but once we get to this factoring level, we would expect that the remaining probability that the number is prime to be the same in both cases, right? At any rate, we should be able to test the survivability of mod 1 exponents versus mod 3 exponents at any given factoring level. (My guess is that there are about 6% more mod 1 exponents than mod 3 exponents to a given factoring level. Any data relevant to this prediction would be most gratefully appreciated!) My point is that it would not confer any advantage to test only mod 1 exponents because the increased a priori probability that they are prime would be exactly outweighed by the increased number of test candidates.
philmoore is offline   Reply With Quote
Old 2013-02-28, 10:06   #51
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2×3×13×83 Posts
Default

I agree entirely (except you've just suggested a different tree up which to bark!)

What we are expecting is that in a large batch of candidates for LL testing (past present or future), 51.4% will have a remainder 1 when divided by 4. You only have to look at the last two bits or the last two decimal digits.

In 1,000,000 candidates, we expect 514,000 "hits".
The standard deviation would be 500.

Any takers?
davieddy is offline   Reply With Quote
Old 2013-02-28, 13:58   #52
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

203008 Posts
Default

Quote:
Originally Posted by davieddy View Post
I agree entirely (except you've just suggested a different tree up which to bark!)

What we are expecting is that in a large batch of candidates for LL testing (past present or future), 51.4% will have a remainder 1 when divided by 4. You only have to look at the last two bits or the last two decimal digits.

In 1,000,000 candidates, we expect 514,000 "hits".
The standard deviation would be 500.

Any takers?
wouldn't it more depend on the fact that all Mersenne numbers>7 are 6n+1 for some n, so really the odds that a Mersenne number is prime kind of depend on the odds that 6n+1 is prime no ?

Last fiddled with by science_man_88 on 2013-02-28 at 13:58
science_man_88 is offline   Reply With Quote
Old 2013-02-28, 16:55   #53
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2×3×13×83 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
wouldn't it more depend on the fact that all Mersenne numbers>7 are 6n+1 for some n, so really the odds that a Mersenne number is prime kind of depend on the odds that 6n+1 is prime no ?
For that matter, 2(2n+1) - 1 = 2*4n - 1
but we are talking about the prime exponents, half of which are 4n + 1
and the rest 4n + 3.
2m(4n+1) + 1 = -/+ 1 mod 8 when m = 3 or 4 mod 4
2m(4n+3) + 1 = -/+ 1 mod 8 when m = 1 or 4 mod 4

Smaller candidate factors are more likely to divide the Mersenne than larger ones, so Mersennes with (4n+3) expos are slightly more likely to get factored and less likely to be prime than those with (4n+1) expos.

Since the sample of known Mprimes is far too small to infer anything from,
we want to look at how many of each type get factored.

D
davieddy is offline   Reply With Quote
Old 2013-03-03, 21:36   #54
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

194A16 Posts
Default Plea for data

As Phil pointed out, the distinction between 4n+1 and 4n+3 exponents lies in the number of small factors we expect to find.

Time LMH put their efforts to some use:

Factors of 2^p-1 are of the form 2mp+1

For p<1 Billion, could you tell me the number of factors with m<32,
broken down according to m and p mod 4 please?

David
davieddy is offline   Reply With Quote
Old 2013-03-14, 10:43   #55
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2×3×13×83 Posts
Default

2013-01-18 expected new primes <79.3M is 0.948
Expected time to next prime = 71/0.042 days = 1690 days.

2013-03-14 expected new primes <79.3M is 0.912
Expected time to next prime = 55/0.036 days = 1528 days.
davieddy is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Predict M50 Uncwilly Lounge 65 2018-01-06 17:11
Predict M#50... Raman Lounge 3 2016-10-03 19:23
Predict M44... Xyzzy Lounge 66 2014-02-01 14:45
Predict M45... ewmayer Lounge 215 2008-09-17 21:14
Predict M42 Uncwilly Lounge 22 2005-02-27 02:11

All times are UTC. The time now is 22:51.


Fri Jul 16 22:51:32 UTC 2021 up 49 days, 20:38, 1 user, load averages: 1.87, 2.48, 2.76

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.