mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Data > Marin's Mersenne-aries

Closed Thread
 
Thread Tools
Old 2018-04-22, 19:06   #1706
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

125316 Posts
Default

Quote:
Originally Posted by GP2 View Post
No, the 47626037 is the exponent itself. It's the "p" in 2kp + 1

See the mersenne.ca page, the factor should have been found in stage 1 with B1=144511 or higher. The B2 would only be relevant for stage 2.
Not that I doubt anyone but for fun I ran a test with B1=B2=150000 and found this factor.

I don't suspect the P-1 code/math is extremely complicated (not that I really know)
AND P-1 tests tend to finish in hours/days unlike LL tests that can take weeks/months
SO the odds that a hardware glitch drops a bit and causes such an error should have a much lower error rate than LL.

Is there an easy way of looking to see how many P-1 factors were missed over the years and more importantly were there (m)any in recent years?
petrw1 is offline  
Old 2018-04-28, 15:37   #1707
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by petrw1 View Post
Not that I doubt anyone but for fun I ran a test with B1=B2=150000 and found this factor.

I don't suspect the P-1 code/math is extremely complicated (not that I really know)
AND P-1 tests tend to finish in hours/days unlike LL tests that can take weeks/months
SO the odds that a hardware glitch drops a bit and causes such an error should have a much lower error rate than LL.

Is there an easy way of looking to see how many P-1 factors were missed over the years and more importantly were there (m)any in recent years?
The problem I've had with doing such an analysis is in figuring out for any given factor, what the minimum B1/B2 are that should have found it. If I knew that (and it would need to be something I could calculate in a SQL query to make things simpler), I could figure out a way to compare that to previous P-1 results that didn't find anything and see if there's a fault.

I plead ignorance when it comes to P-1 since it's just one of those things I never took the time to really study, so if anyone could help with the math part of "for factor X you would need at least B1/B2 of yy/zz" that would be a start. :) Bear in mind that in many cases, P-1 was done with only B1 and no stage 2 was run. That was (and still is?) the bare minimum that needed to be done before it would start the LL testing. So I'd probably also want what the minimum B1 would be to find it in just a stage 1 run.
Madpoo is offline  
Old 2018-04-28, 16:27   #1708
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

72×197 Posts
Default

Quote:
Originally Posted by Madpoo View Post
if anyone could help with the math part of "for factor X you would need at least B1/B2 of yy/zz" that would be a start
For factor X you have to factor (X-1)/2p. The largest factor of that is the minimum B2 needed, and the second largest is the minimum B1 needed, in case stage 2 is done, and no BrSu extension is used. When only stage 1 is done, P-1 will find the factor if B1 is the largest factor of the contraption above, or larger.

Last fiddled with by LaurV on 2018-04-28 at 16:29
LaurV is offline  
Old 2018-04-28, 16:56   #1709
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

236568 Posts
Default

Quote:
Originally Posted by LaurV View Post
For factor X you have to factor (X-1)/2p. The largest factor of that is the minimum B2 needed, and the second largest is the minimum B1 needed, in case stage 2 is done, and no BrSu extension is used. When only stage 1 is done, P-1 will find the factor if B1 is the largest factor of the contraption above, or larger.
Wow! Thanks for the concise explanation.
kladner is offline  
Old 2018-04-28, 17:02   #1710
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

315810 Posts
Default

Normally for P-1 it is the smoothness of the factor P minus 1 as the name suggest, but I forgot earlier that GIMPS has a modified version because factors are of the form p=2kq+1, and you only need to look at the smoothness of k=(p-1)/(2*q).

For the factor 537933081092334292774343681 of M47626037:

k=537933081092334292774343680 / 95252074 = 5647468432995320320 = 2^9 * 5 * 17 * 29 * 157 * 167 * 1181 * 144511

So B1>=1181 and B2>=144511 will find the factor, or if no stage2 is done then B1>=144511 is needed to find it.
ATH is offline  
Old 2018-04-28, 23:17   #1711
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

4,691 Posts
Default

Quote:
Originally Posted by Madpoo View Post
The problem I've had with doing such an analysis is in figuring out for any given factor, what the minimum B1/B2 are that should have found it. If I knew that (and it would need to be something I could calculate in a SQL query to make things simpler), I could figure out a way to compare that to previous P-1 results that didn't find anything and see if there's a fault.

I plead ignorance when it comes to P-1 since it's just one of those things I never took the time to really study, so if anyone could help with the math part of "for factor X you would need at least B1/B2 of yy/zz" that would be a start. :) Bear in mind that in many cases, P-1 was done with only B1 and no stage 2 was run. That was (and still is?) the bare minimum that needed to be done before it would start the LL testing. So I'd probably also want what the minimum B1 would be to find it in just a stage 1 run.
Posts 1703-1705 talk about that...if it makes sense to you
petrw1 is offline  
Old 2018-05-05, 18:36   #1712
endless mike
 
endless mike's Avatar
 
Jan 2004
Milwaukee, WI

100010102 Posts
Default

Quote:
Originally Posted by GP2 View Post
M81857519 and M81857537 should be marked suspect, or whatever the procedure was with those bogus Xolotl results. Shift counts are zero, I wonder what produced those bogus FFFFFFFF800000 residues.

Other results by this user/computer show normal-looking residues (for instance M80331397), but all are unverified.
I just finished double checks on 81857537 and 80331397, and both were mismatched. I’m not saying mine are for sure correct; I’ve had my share of bad results. But it could be an avenue for more checking.

Last fiddled with by endless mike on 2018-05-05 at 18:39
endless mike is offline  
Old 2018-05-12, 07:30   #1713
moebius
 
moebius's Avatar
 
Jul 2009
Germany

11378 Posts
Exclamation

For two of my old LL results a triple-check is needed, after that, I only have results beyond the 80 million range.

44436443

44682527

Thx for the attention
moebius is offline  
Old 2018-05-14, 11:43   #1714
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

2·1,579 Posts
Default

Your results were correct.

Last fiddled with by ATH on 2018-05-14 at 11:43
ATH is offline  
Old 2018-05-14, 13:33   #1715
GP2
 
GP2's Avatar
 
Sep 2003

258510 Posts
Default

Quote:
Originally Posted by ATH View Post
Your results were correct.
Actually I think his results were incorrect, no?
GP2 is offline  
Old 2018-05-14, 16:07   #1716
moebius
 
moebius's Avatar
 
Jul 2009
Germany

607 Posts
Smile

Quote:
Originally Posted by GP2 View Post
Actually I think his results were incorrect, no?
Yes you are right, and since 2018, I let run only PRP tests on the flaky PC.
moebius is offline  
Closed Thread



Similar Threads
Thread Thread Starter Forum Replies Last Post
Double-Double Arithmetic Mysticial Software 52 2021-04-23 06:51
Clicking an exponent leads to 404 page marigonzes Information & Answers 2 2017-02-14 16:56
x.265 half the size, double the computation; so if you double again? 1/4th? jasong jasong 7 2015-08-17 10:56
What about double-checking TF/P-1? 137ben PrimeNet 6 2012-03-13 04:01
Double the area, Double the volume. Uncwilly Puzzles 8 2006-07-03 16:02

All times are UTC. The time now is 01:37.


Mon Aug 2 01:37:08 UTC 2021 up 9 days, 20:06, 0 users, load averages: 2.15, 1.53, 1.25

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.