mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Conjectures 'R Us (https://www.mersenneforum.org/forumdisplay.php?f=81)
-   -   Sierp base 3 reservations/statuses/primes (https://www.mersenneforum.org/showthread.php?t=10261)

gd_barnes 2010-05-11 09:57

[quote=rogue;214521]You need to upgrade to 3.3.3 (in the minimum). PFGW was upgraded to use gwnum 25.14 in that release. The problems you are describing are most likely fixed in 3.3.4 based upon this change in gwnum:

[code]
More conservative in selecting an FFT length for non-base-2 cases.
[/code][/quote]

Well, I'm happy to see that a longstanding problem appears to have been completely fixed. After upgrading to version PFGW 3.3.4, all compPRP's in Ian's list with n>=50 are correctly showing up as prime. To be specific, the following are now correctly showing as prime in PFGW 3.3.4 with the -t switch set on:
333388184*3^67+1
335550520*3^55+1
336267398*3^79+1
338985326*3^71+1

I doublechecked all of the compPRPs using Alpertron's applet at [URL]http://www.alpertron.com.ar/ECM.HTM[/URL]. All of the above are actually prime and the rest of them are actually composite.

At least I was right on one thing. All n>=50 were prime and all n<50 were composite. :smile:

Ian, I think 3.3.4 is a keeper. I'd definitely suggest using it for base 3 in the future due to the huge quantity of small primes and composite PRPs that we run into. Lennart's posted link was easy to download both the Windows and Linux versions of it.

I will start running my compPRP files from S63 thru 3.3.4 on Tuesday. Since my issues were consistent with the above, I anticipate no problems now.

Nice work by the GWNUM guys! :smile:


Gary

rogue 2010-05-11 12:28

[QUOTE=gd_barnes;214663]Well, I'm happy to see that a longstanding problem appears to have been completely fixed. After upgrading to version PFGW 3.3.4, all compPRP's in Ian's list with n>=50 are correctly showing up as prime. To be specific, the following are now correctly showing as prime in PFGW 3.3.4 with the -t switch set on:
333388184*3^67+1
335550520*3^55+1
336267398*3^79+1
338985326*3^71+1

Nice work by the GWNUM guys! :smile:[/QUOTE]

That is great news. If George is reading this, then he will be very happy to read this.

Thanks to you and everyone else for being patient as we addressed these problems.

--Mark

gd_barnes 2010-05-13 22:21

[quote=rogue;214668]That is great news. If George is reading this, then he will be very happy to read this.

Thanks to you and everyone else for being patient as we addressed these problems.

--Mark[/quote]

Even better news:

I just ran PFGW 3.3.4 against 195 composite PRPs that I had previously found for k<22M for Sierp base 63 using PFGW 3.3.2. As verified by other software, it correctly reported back 132 primes and 63 composites. All composites were n<5. All primes were n>=14; some as high as n=~190.

New testing in the k=22M-30M range is coming back with only composite PRPs for n<5. Testing with other software confirmed that they are all composite; consistent with all composites for n<5 for k<22M.

I'm now confident in not having to check compPRP's anymore, although I still do because their factorization is kind of interesting. :smile:

It looks like we're nearing a much more stable phase on both PFGW and PRPnet.

Nice work by both you and George to nail down what must have been an extremely complex issue in the GWNUM libraries. :smile:

I assume that a new version of LLR will also come out, if it hasn't already, that uses use the new GWNUM libraries.


Gary

mdettweiler 2010-05-13 22:34

[quote=gd_barnes;214975]I assume that a new version of LLR will also come out, if it hasn't already, that uses use the new GWNUM libraries.[/quote]
See [url=http://www.mersenneforum.org/showthread.php?t=13393]here[/url]--Jean released 3.8.1 as a beta version yesterday.

rogue 2010-05-14 01:43

[QUOTE=gd_barnes;214975]Even better news:

I just ran PFGW 3.3.4 against 195 composite PRPs that I had previously found for k<22M for Sierp base 63 using PFGW 3.3.2. As verified by other software, it correctly reported back 132 primes and 63 composites. All composites were n<5. All primes were n>=14; some as high as n=~190.

New testing in the k=22M-30M range is coming back with only composite PRPs for n<5. Testing with other software confirmed that they are all composite; consistent with all composites for n<5 for k<22M.[/QUOTE]

Gary, please post or send me the ones that were in error in 3.3.4. I'll look into them. I might just force -a1 on primality tests when n is really small. It should have a negligible affect on primality testing. I'll decide once I see the list.

gd_barnes 2010-05-14 04:39

[quote=rogue;214989]Gary, please post or send me the ones that were in error in 3.3.4. I'll look into them. I might just force -a1 on primality tests when n is really small. It should have a negligible affect on primality testing. I'll decide once I see the list.[/quote]

What errors? No skimming of postings please. Please reread the entire post #192 again. Would I have said "nice work" in the next-to-last para. if there were still errors? :-)

rogue 2010-05-14 13:00

[QUOTE=gd_barnes;215000]What errors? No skimming of postings please. Please reread the entire post #192 again. Would I have said "nice work" in the next-to-last para. if there were still errors? :-)[/QUOTE]

I clearly misunderstood what you wrote. To me, there were a couple of possible interpretations (because of how the message was worded). Now that I'm taking more time to understand what you wrote in my own way.

Let me know of this interpretation is correct:

You have a list of 195 numbers. 132 are prime and 63 are composite (proven with other software). A PRP test with PFGW 3.3.2 output all 195 of those numbers as PRP. A primality test with PFGW 3.3.2 indicated that all 195 were composite. A PRP test with PFGW 3.3.4 returned correct results for all 195 numbers (132 PRP, 63 composite). A primality test with PFGW 3.3.4 also returned correct results for all 195 numbers (132 prime, 63 composite).

The 63 composites all had n<5 while the 132 primes had n>=5.

If I didn't understand this correctly, let me know.

gd_barnes 2010-05-14 17:58

[quote=rogue;215012]I clearly misunderstood what you wrote. To me, there were a couple of possible interpretations (because of how the message was worded). Now that I'm taking more time to understand what you wrote in my own way.

Let me know of this interpretation is correct:

You have a list of 195 numbers. 132 are prime and 63 are composite (proven with other software). A PRP test with PFGW 3.3.2 output all 195 of those numbers as PRP. A primality test with PFGW 3.3.2 indicated that all 195 were composite. A PRP test with PFGW 3.3.4 returned correct results for all 195 numbers (132 PRP, 63 composite). A primality test with PFGW 3.3.4 also returned correct results for all 195 numbers (132 prime, 63 composite).

The 63 composites all had n<5 while the 132 primes had n>=5.

If I didn't understand this correctly, let me know.[/quote]

That is correct.

MyDogBuster 2010-05-18 17:30

Sierp 3
 
Sierp Base 3 - Range 340M-350M
Conjectured k = 125050976086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,587,987k's - File emailed

Remaining: 45k's - File emailed - Tested to n=25K

MOB Eliminations: 1,411,968k's - File emailed

Range Released

Reserving Range 350M-400M

MyDogBuster 2010-05-27 18:59

Sierp Base 3 Range 350M-360M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,587,083k's - File emailed

Remaining: 44k's - File emailed - Tested to n=25K

MOB Eliminations: 1,412,873k's - File emailed

Range Released

MyDogBuster 2010-06-05 16:20

Sierp Base 3 Range 360M-370M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,586,770k's - File emailed

Remaining: 52k's - File emailed - Tested to n=25K

MOB Eliminations: 1,413,178k's - File emailed

Range Released

MyDogBuster 2010-06-14 00:40

Sierp Base 3 Range 370M-380M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,586,956k's - File emailed

Remaining: 47k's - File emailed - Tested to n=25K

MOB Eliminations: 1,412,997k's - File emailed

Range Released

MyDogBuster 2010-06-22 22:14

Sierp Base 3 Range 380M-390M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,586,4103k's - File emailed

Remaining: 50k's - File emailed - Tested to n=25K

MOB Eliminations: 1,413,540k's - File emailed

Range Released

MyDogBuster 2010-06-29 09:09

Sierp 3
 
Sierp Base 3 Range 390M-400M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,585,687k's - File emailed

Remaining: 43k's - File emailed - Tested to n=25K

MOB Eliminations: 1,414,270k's - File emailed

Range Released

[COLOR=Red]Reserving 400M-450M[/COLOR]

MyDogBuster 2010-07-06 23:22

Sierp Base 3 Range 400M-410M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,585,703k's - File emailed

Remaining: 49k's - File emailed - Tested to n=25K

MOB Eliminations: 1,414,248k's - File emailed

Range Released

MyDogBuster 2010-07-14 09:04

Sierp 3
 
Sierp Base 3 Range 410M-420M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,585,155k's - File emailed

Remaining: 49k's - File emailed - Tested to n=25K

MOB Eliminations: 1,414,796k's - File emailed

Range Released

MyDogBuster 2010-07-22 20:45

Sierp 3
 
Sierp Base 3 Range 420M-430M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,585,077k's - File emailed

Remaining: 60k's - File emailed - Tested to n=25K

MOB Eliminations: 1,414,863k's - File emailed

Range Released

MyDogBuster 2010-07-30 03:55

Sierp Base 3 Range 430M-440M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,584,470k's - File emailed

Remaining: 39k's - File emailed - Tested to n=25K

MOB Eliminations: 1,415,491k's - File emailed

Range Released

MyDogBuster 2010-08-05 21:08

Sierp Base 3 Range 440M-450M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,584,687k's - File emailed

Remaining: 45k's - File emailed - Tested to n=25K

MOB Eliminations: 1,415,268k's - File emailed

Range Released

[COLOR=Red]Reserving 450M-500M[/COLOR]

henryzz 2010-08-06 08:49

[quote=MyDogBuster;224184]
[COLOR=Red]Reserving 460M-500M[/COLOR][/quote]
What happened to 450M-460M?

Edited: OOPS.

gd_barnes 2010-08-09 22:48

I never received anything for k=440M-450M. Can you resend? I suspect that "sometimes" it bumps up against some size limit at google.

mdettweiler 2010-08-10 00:29

[quote=gd_barnes;224670]I never received anything for k=440M-450M. Can you resend? I suspect that "sometimes" it bumps up against some size limit at google.[/quote]
If it ran into a size limit, either Ian would get an error right away when trying to send it (assuming he was sending from his Gmail address), or he would have gotten a bounce message from Gmail on your end. I'd guess it more likely that it got lost or something like that.

gd_barnes 2010-08-10 04:41

[quote=mdettweiler;224684]If it ran into a size limit, either Ian would get an error right away when trying to send it (assuming he was sending from his Gmail address), or he would have gotten a bounce message from Gmail on your end. I'd guess it more likely that it got lost or something like that.[/quote]

Not in this case and I've seen this happen before when Karsten has tried to send an executable. When I delete my Emails, I do so after adding them to the pages but never permanently delete them. I let google trash automatically remove them after 30 days. Ian checked and it was sent but he received no error message. I checked both my inbox and trash and never received it nor any error message.

Sometimes stuff just goes off into never-never land never to be seen again. He sent it a second time and I got it.

MyDogBuster 2010-08-10 08:15

I've seen that error message that Max eluded to sometimes when I send the S3's. If I wait a minute or so and try again, it usually works. This time I specifically remember it going the first time. I've also seen Google reject it if you have a compressed file inside another compressed file. It treats it like trying to send an executable, because I guess it can't decipher the inside files. Like Gary said, never never land got this one. We control the horizontal, we control the vertical. You are now entering the Twilight Zone.

MyDogBuster 2010-08-12 16:07

Sierp Base 3 Range 450M-460M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,584,170k's - File emailed

Remaining: 46k's - File emailed - Tested to n=25K

MOB Eliminations: 1,415,784k's - File emailed

Range Released

MyDogBuster 2010-08-19 16:01

Sierp Base 3 Range 460M-470M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,583,756k's - File emailed

Remaining: 39k's - File emailed - Tested to n=25K

MOB Eliminations: 1,416,205k's - File emailed

Range Released

KEP 2010-08-19 17:06

[QUOTE=MyDogBuster;226175]Sierp Base 3 Range 460M-470M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,583,756k's - File emailed

Remaining: 39k's - File emailed - Tested to n=25K

MOB Eliminations: 1,416,205k's - File emailed

Range Released[/QUOTE]

Ian, do you have any time estimates for a k=10M range to n=25K? Sure a lot of time is saved on MOB eliminations, but still it could be nice to have a sort of measurement telling how long it actually will take to do a 10M range :smile:

KEP

MyDogBuster 2010-08-19 20:56

[QUOTE]Ian, do you have any time estimates for a k=10M range to n=25K? Sure a lot of time is saved on MOB eliminations, but still it could be nice to have a sort of measurement telling how long it actually will take to do a 10M range :smile:

KEP [/QUOTE]

I'm doing my S3 on a laptop with a 1.5ghz core. It takes almost exactly 1 week to do 10M to n=25K. The laptop is basically useless for anything else.

MyDogBuster 2010-09-02 07:36

Sierp Base 3 Range 470M-480M
 
Sierp Base 3 Range 470M-480M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,583,379k's - File emailed

Remaining: 50k's - File emailed - Tested to n=25K

MOB Eliminations: 1,416,571k's - File emailed

Range Released

MyDogBuster 2010-09-29 03:36

Sierp Base 3 Range 480M-490M
 
Sierp Base 3 Range 480M-490M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,583,526k's - File emailed

Remaining: 51k's - File emailed - Tested to n=25K

MOB Eliminations: 1,416,423k's - File emailed

Range Released

MyDogBuster 2010-10-02 16:46

Sierp Base 3 Range 490M-500M
 
Sierp Base 3 Range 490M-500M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,582,980k's - File emailed

Remaining: 53k's - File emailed - Tested to n=25K

MOB Eliminations: 1,416,967k's - File emailed

Range Released

Taking a break. The laptop needs repairs.

henryzz 2010-10-16 17:26

How are you doing base 3 to 25k currently MyDogBuster?
Are you sieving at all or just the pfgw script?

MyDogBuster 2010-10-16 18:59

[QUOTE]How are you doing base 3 to 25k currently MyDogBuster?
Are you sieving at all or just the pfgw script?[/QUOTE]

I was using pfgw script. It was a laptop (that is in for repair) with a 1.5ghz core. It would take almost exactly a week to do 10M.

henryzz 2010-10-17 13:05

[QUOTE=MyDogBuster;233566]I was using pfgw script. It was a laptop (that is in for repair) with a 1.5ghz core. It would take almost exactly a week to do 10M.[/QUOTE]
I think it would be quicker if I sieved but would be more of a hassle. I will do a small 1M range with sieving to see how hard it would be. The programs move on so quickly these days I have to work out again the best way each time I do it.:smile:

MyDogBuster 2011-02-06 22:03

300M-500M
 
Cleanup mode.

Reserving k=300M-500M from n=25K-50K. (956k's by my count)

MyDogBuster 2011-02-09 23:16

Reservation
 
Time to hold up my side.

Reserving k=500M-600M to n=25K

gd_barnes 2011-02-10 08:48

Ugh.

MyDogBuster 2011-02-10 21:10

[QUOTE]Ugh. [/QUOTE]

Is that a verb, adverb, noun or adjective?

gd_barnes 2011-02-11 07:47

[QUOTE=MyDogBuster;252109]Is that a verb, adverb, noun or adjective?[/QUOTE]

None of the above. It's an exclamation as in "ouch" or "bleh"! :smile:

henryzz 2011-02-11 17:26

[QUOTE=gd_barnes;252160]None of the above. It's an exclamation as in "ouch" or "bleh"! :smile:[/QUOTE]

I believe interjection is the common term.

gd_barnes 2011-02-12 19:23

[QUOTE=henryzz;252178]I believe interjection is the common term.[/QUOTE]

Agreed. The term lost me at the time.

MyDogBuster 2011-02-13 01:28

S3 500M-510M
 
Sierp Base 3 Range 500M-510M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]
Trivial Factors k == 1 mod 2(2)

Found Primes: 3,582,540k's - File emailed

Remaining: 48k's - File emailed - Tested to n=25K

MOB Eliminations: 1,417,412k's - File emailed

Range Released

Hi Gary

MyDogBuster 2011-02-16 14:34

Sierp Base 3 Range 510M-520M
 
Sierp Base 3 Range 510M-520M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,582,449k's - File emailed

Remaining: 56k's - File emailed - Tested to n=25K

MOB Eliminations: 1,417,495k's - File emailed

Range Released

MyDogBuster 2011-02-19 15:56

S3 520M-530M
 
Sierp Base 3 Range 520M-530M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,582,035k's - File emailed

Remaining: 43k's - File emailed - Tested to n=25K

MOB Eliminations: 1,417,922k's - File emailed

Range Released

MyDogBuster 2011-02-23 17:03

S3 530M-540M
 
Sierp Base 3 Range 530M-540M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,582,020k's - File emailed

Remaining: 63k's - File emailed - Tested to n=25K

MOB Eliminations: 1,417,917k's - File emailed

Range Released

MyDogBuster 2011-02-27 03:58

S3-540M-550M
 
Sierp Base 3 Range 540M-550M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,581,582k's - File emailed

Remaining: 54k's - File emailed - Tested to n=25K

MOB Eliminations: 1,418,364k's - File emailed

Range Released

MyDogBuster 2011-03-02 15:04

S3 550M-560M
 
Sierp Base 3 Range 550M-560M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,582,033k's - File emailed

Remaining: 53k's - File emailed - Tested to n=25K

MOB Eliminations: 1,417,914k's - File emailed

Range Released

MyDogBuster 2011-03-05 21:16

S3-560M-570M
 
Sierp Base 3 Range 560M-570M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,581,588k's - File emailed

Remaining: 60k's - File emailed - Tested to n=25K

MOB Eliminations: 1,418,352k's - File emailed

Range Released

MyDogBuster 2011-03-07 01:00

S3-300M-500M
 
S3-300M-500M tested n=25K-50K

456 primes found - 500k's remain for the range

Results emailed - Range released

MyDogBuster 2011-03-08 22:16

S3 570M-580M
 
Sierp Base 3 Range 570M-580M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,581,099k's - File emailed

Remaining: 56k's - File emailed - Tested to n=25K

MOB Eliminations: 1,418,845k's - File emailed

Range Released

MyDogBuster 2011-03-11 02:14

S3 580M-590M
 
Sierp Base 3 Range 580M-590M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,580,990k's - File emailed

Remaining: 49k's - File emailed - Tested to n=25K

MOB Eliminations: 1,418,961k's - File emailed

Range Released

MyDogBuster 2011-03-13 04:45

S3 590M-600M
 
Sierp Base 3 Range 590M-600M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,580,809k's - File emailed

Remaining: 43k's - File emailed - Tested to n=25K

MOB Eliminations: 1,419,148k's - File emailed

Range Released

Reserving 600M-700M

MyDogBuster 2011-03-15 05:29

S3 600M-610M
 
Sierp Base 3 Range 600M-610M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,580,629k's - File emailed

Remaining: 47k's - File emailed - Tested to n=25K

MOB Eliminations: 1,419,324k's - File emailed

Range Released

MyDogBuster 2011-03-17 04:11

S3 610M-620M
 
Sierp Base 3 Range 610M-620M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,580,115k's - File emailed

Remaining: 47k's - File emailed - Tested to n=25K

MOB Eliminations: 1,419,838k's - File emailed

Range Released

MyDogBuster 2011-03-18 19:55

S3 620M-630M
 
Sierp Base 3 Range 620M-630M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,580,147k's - File emailed

Remaining: 36k's - File emailed - Tested to n=25K

MOB Eliminations: 1,419,817k's - File emailed

Range Release

MyDogBuster 2011-03-20 17:27

S3 630M-640M
 
Sierp Base 3 Range 630M-640M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,579,939k's - File emailed

Remaining: 48k's - File emailed - Tested to n=25K

MOB Eliminations: 1,420,013k's - File emailed

Range Released

MyDogBuster 2011-03-23 14:50

S3 640M-650M
 
Sierp Base 3 Range 640M-650M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,579,762k's - File emailed

Remaining: 54k's - File emailed - Tested to n=25K

MOB Eliminations: 1,420,184k's - File emailed

Range Released

MyDogBuster 2011-03-25 19:12

S3-650M-660M
 
Sierp Base 3 Range 650M-660M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,579,713k's - File emailed

Remaining: 49k's - File emailed - Tested to n=25K

MOB Eliminations: 1,420,238k's - File emailed

Range Released

MyDogBuster 2011-03-27 03:25

S3 Range 660M-670M
 
Sierp Base 3 Range 660M-670M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,579,250k's - File emailed

Remaining: 38k's - File emailed - Tested to n=25K

MOB Eliminations: 1,420,712k's - File emailed

Range Released

MyDogBuster 2011-03-29 03:16

S3 Range 670M-680M
 
Sierp Base 3 Range 670M-680M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,579,156k's - File emailed

Remaining: 55k's - File emailed - Tested to n=25K

MOB Eliminations: 1,420,789k's - File emailed

Range Released

MyDogBuster 2011-03-31 06:45

S3 Range 680M-690M
 
Sierp Base 3 Range 680M-690M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,578,937k's - File emailed

Remaining: 59k's - File emailed - Tested to n=25K

MOB Eliminations: 1,421,004k's - File emailed

Range Released

MyDogBuster 2011-04-02 18:20

S3 Range 690M-700M
 
Sierp Base 3 Range 690M-700M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,578,991k's - File emailed

Remaining: 57k's - File emailed - Tested to n=25K

MOB Eliminations: 1,420,952k's - File emailed

Range Released

Reserving 700M-800M

MyDogBuster 2011-04-05 17:18

S3 Range 700M-710M
 
Sierp Base 3 Range 700M-710M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,578,719k's - File emailed

Remaining: 66k's - File emailed - Tested to n=25K

MOB Eliminations: 1,421,215k's - File emailed

Range Released

MyDogBuster 2011-04-07 18:55

S3 Range 710M-720M
 
Sierp Base 3 Range 710M-720M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,578,183k's - File emailed

Remaining: 53k's - File emailed - Tested to n=25K

MOB Eliminations: 1,421,764k's - File emailed

Range Released

MyDogBuster 2011-04-10 03:38

S3 Range 720M-730M
 
Sierp Base 3 Range 720M-730M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,578,369k's - File emailed

Remaining: 60k's - File emailed - Tested to n=25K

MOB Eliminations: 1,421,571k's - File emailed

Range Released

MyDogBuster 2011-04-12 07:24

S3 Range 730M-740M
 
Sierp Base 3 Range 730M-740M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,578,091k's - File emailed

Remaining: 50k's - File emailed - Tested to n=25K

MOB Eliminations: 1,421,859k's - File emailed

Range Released

MyDogBuster 2011-04-14 03:15

S3 Range 740M-750M
 
Sierp Base 3 Range 740M-750M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,578,143k's - File emailed

Remaining: 40k's - File emailed - Tested to n=25K

MOB Eliminations: 1,421,817k's - File emailed

Range Released

MyDogBuster 2011-04-16 16:50

S3 750M-760M
 
Sierp Base 3 Range 750M-760M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,577,742k's - File emailed

Remaining: 61k's - File emailed - Tested to n=25K

MOB Eliminations: 1,422,197k's - File emailed

Range Released

MyDogBuster 2011-04-20 00:36

S3 760M-770M
 
Sierp Base 3 Range 760M-770M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,577,823k's - File emailed

Remaining: 60k's - File emailed - Tested to n=25K

MOB Eliminations: 1,422,117k's - File emailed

Range Released

MyDogBuster 2011-04-21 19:37

S3 Range 770M-780M
 
Sierp Base 3 Range 770M-780M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,577,472k's - File emailed

Remaining: 66k's - File emailed - Tested to n=25K

MOB Eliminations: 1,422,462k's - File emailed

Range Released

MyDogBuster 2011-04-23 23:14

S3 Range 780M-790M
 
Sierp Base 3 Range 780M-790M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,577,697k's - File emailed

Remaining: 72k's - File emailed - Tested to n=25K

MOB Eliminations: 1,422,231k's - File emailed

Range Released

MyDogBuster 2011-04-25 19:45

S3 Range 790M-800M
 
Sierp Base 3 Range 790M-800M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,577,254k's - File emailed

Remaining: 42k's - File emailed - Tested to n=25K

MOB Eliminations: 1,422,704k's - File emailed

Range Released

Reserving 800M-900M

MyDogBuster 2011-04-27 18:07

S3 Range 800M-810M
 
Sierp Base 3 Range 800M-810M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,577,074k's - File emailed

Remaining: 52k's - File emailed - Tested to n=25K

MOB Eliminations: 1,422,874k's - File emailed

Range Released

MyDogBuster 2011-04-29 20:04

S3 Range 810M-820M
 
Sierp Base 3 Range 810M-820M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,576,858k's - File emailed

Remaining: 61k's - File emailed - Tested to n=25K

MOB Eliminations: 1,423,081k's - File emailed

Range Released

MyDogBuster 2011-05-02 01:09

S3 Range 820M-830M
 
Sierp Base 3 Range 820M-830M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,576,909k's - File emailed

Remaining: 60k's - File emailed - Tested to n=25K

MOB Eliminations: 1,423,031k's - File emailed

Range Released

MyDogBuster 2011-05-04 01:58

S3 Range 830M-840M
 
Sierp Base 3 Range 830M-840M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,576,989k's - File emailed

Remaining: 52k's - File emailed - Tested to n=25K

MOB Eliminations: 1,422,959k's - File emailed

Range Released

MyDogBuster 2011-05-06 22:28

S3 Range 840M-850M
 
Sierp Base 3 Range 840M-850M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,576,346k's - File emailed

Remaining: 58k's - File emailed - Tested to n=25K

MOB Eliminations: 1,423,596k's - File emailed

Range Released

MyDogBuster 2011-05-08 22:53

S3 Range 850M-860M
 
Sierp Base 3 Range 850M-860M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,576,365k's - File emailed

Remaining: 54k's - File emailed - Tested to n=25K

MOB Eliminations: 1,423,581k's - File emailed

Range Released

MyDogBuster 2011-05-11 02:14

S3 Range 860M-870M
 
Sierp Base 3 Range 860M-870M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,576,314k's - File emailed

Remaining: 53k's - File emailed - Tested to n=25K

MOB Eliminations: 1,423,633k's - File emailed

Range Released

MyDogBuster 2011-05-13 16:09

S3 Range 870M-880M
 
Sierp Base 3 Range 870M-880M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,575,957k's - File emailed

Remaining: 57k's - File emailed - Tested to n=25K

MOB Eliminations: 1,423,986k's - File emailed

Range Released

MyDogBuster 2011-05-15 21:24

S3 Range 880M-890M
 
Sierp Base 3 Range 880M-890M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,575,841k's - File emailed

Remaining: 56k's - File emailed - Tested to n=25K

MOB Eliminations: 1,424,103k's - File emailed

Range Released

MyDogBuster 2011-05-18 04:22

S3 Range 890M-900M
 
Sierp Base 3 Range 890M-900M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,575,557k's - File emailed

Remaining: 61k's - File emailed - Tested to n=25K

MOB Eliminations: 1,424,382k's - File emailed

Range Released

Reserving 900M-1G

MyDogBuster 2011-05-20 12:45

S3 Range 900M-910M
 
Sierp Base 3 Range 900M-910M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,575,715k's - File emailed

Remaining: 62k's - File emailed - Tested to n=25K

MOB Eliminations: 1,424,223k's - File emailed

Range Released

MyDogBuster 2011-05-22 16:55

S3 Range 910M-920M
 
Sierp Base 3 Range 910M-920M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,575,854k's - File emailed

Remaining: 55k's - File emailed - Tested to n=25K

MOB Eliminations: 1,424,091k's - File emailed

Range Released

MyDogBuster 2011-05-24 19:12

S3 Range 920M-930M
 
Sierp Base 3 Range 920M-930M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,575,158k's - File emailed

Remaining: 59k's - File emailed - Tested to n=25K

MOB Eliminations: 1,424,783k's - File emailed

Range Released

MyDogBuster 2011-05-27 14:36

S3 Range 930M-940M
 
Sierp Base 3 Range 930M-940M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,575,266k's - File emailed

Remaining: 59k's - File emailed - Tested to n=25K

MOB Eliminations: 1,424,675k's - File emailed

Range Released

MyDogBuster 2011-05-30 01:44

S3 Range 940M-950M
 
Sierp Base 3 Range 940M-950M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,575,252k's - File emailed

Remaining: 61k's - File emailed - Tested to n=25K

MOB Eliminations: 1,424,687k's - File emailed

Range Released

MyDogBuster 2011-06-01 19:42

S3 Range 950M-960M
 
Sierp Base 3 Range 950M-960M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,575,203k's - File emailed

Remaining: 55k's - File emailed - Tested to n=25K

MOB Eliminations: 1,424,742k's - File emailed

Range Released

MyDogBuster 2011-06-04 00:22

S3 Range 960M-970M
 
Sierp Base 3 Range 960M-970M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,575,001k's - File emailed

Remaining: 64k's - File emailed - Tested to n=25K

MOB Eliminations: 1,424,935k's - File emailed

Range Released

MyDogBuster 2011-06-06 14:57

S3 Range 970M-980M
 
Sierp Base 3 Range 970M-980M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,574,680k's - File emailed

Remaining: 56k's - File emailed - Tested to n=25K

MOB Eliminations: 1,425,264k's - File emailed

Range Released

MyDogBuster 2011-06-08 23:09

S3 Range 980M-990M
 
Sierp Base 3 Range 980M-990M
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,574,917k's - File emailed

Remaining: 55k's - File emailed - Tested to n=25K

MOB Eliminations: 1,425,028k's - File emailed

Range Released

MyDogBuster 2011-06-12 22:31

S3 Range 990M-1G
 
Sierp Base 3 Range 990M-1G
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,574,618k's - File emailed

Remaining: 53k's - File emailed - Tested to n=25K

MOB Eliminations: 1,425,329k's - File emailed

Range Released

BREAK TIME. Whew:max:

rogue 2011-06-13 01:41

[QUOTE=MyDogBuster;263632]Sierp Base 3 Range 990M-1G
Conjectured k = 125,050,976,086
Covering Set = 5, 7, 13, 17, 19, 37, 41, 193, 757]

Trivial Factors k == 1 mod 2(2)

Found Primes: 3,574,618k's - File emailed

Remaining: 53k's - File emailed - Tested to n=25K

MOB Eliminations: 1,425,329k's - File emailed

Range Released

BREAK TIME. Whew:max:[/QUOTE]

What??? You only have another 124G to go.

MyDogBuster 2011-06-13 03:49

[QUOTE]What??? You only have another 124G to go.[/QUOTE]I should have it done by Monday. I don't know which century, but on a Monday . LOL

Batalov 2011-08-31 03:21

Three small primes, nothing more (it was a test of speed):
910063288*3^25896+1
910302854*3^27047+1
929556058*3^27771+1

grueny 2012-07-30 17:20

reserving
k<300e6 to n=150e3
k=300e6-500e6 to n=100e3
k=500e6-1e9 to n=50e3

gd_barnes 2012-08-05 01:11

[QUOTE=grueny;306437]reserving
k<300e6 to n=150e3
k=300e6-500e6 to n=100e3
k=500e6-1e9 to n=50e3[/QUOTE]

That will keep you busy for a very long time.


All times are UTC. The time now is 08:54.

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