mersenneforum.org

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

MyDogBuster 2013-07-01 21:29

[QUOTE]Gary, did you get the email generated by sendspace? [/QUOTE]

Gary's out of town and won't be home till Thursday.

gd_barnes 2013-07-03 10:24

[QUOTE=Puzzle-Peter;345000]Gary, did you get the email generated by sendspace?[/QUOTE]

Yes I got it. I probably won't have time to update the pages until this weekend.

Puzzle-Peter 2013-07-03 14:08

[QUOTE=gd_barnes;345148]Yes I got it. I probably won't have time to update the pages until this weekend.[/QUOTE]

Don't hurry! I just wanted to make sure it didn't end up in the spam folder.

KEP 2013-08-13 18:04

R3 11.0G-12.0G is complete. Data link has been sent to Gary.

Take care

KEP

Citrix 2013-08-25 06:12

1 Attachment(s)
I wrote some code to help with the initial sieving.
It finds primes for a range of k(start) to k(end) with n=1 to 2000.
base=3
It writes the riesel primes in primes.txt
It writes the candidates left in left3r.txt


It is much faster than PFGW's script and hence useful.
The remaining candidates can then be tested with PFGW.
:smile:

Lennart 2013-08-25 09:10

[QUOTE=Citrix;350761]I wrote some code to help with the initial sieving.
It finds primes for a range of k(start) to k(end) with n=1 to 2000.
base=3
It writes the riesel primes in primes.txt
It writes the candidates left in left3r.txt


It is much faster than PFGW's script and hence useful.
The remaining candidates can then be tested with PFGW.
:smile:[/QUOTE]


Ok I will start a test. I start at 20G to 21G now.

Lennart

KEP 2013-08-25 14:54

[QUOTE=Citrix;350761]I wrote some code to help with the initial sieving.
It finds primes for a range of k(start) to k(end) with n=1 to 2000.
base=3
It writes the riesel primes in primes.txt
It writes the candidates left in left3r.txt


It is much faster than PFGW's script and hence useful.
The remaining candidates can then be tested with PFGW.
:smile:[/QUOTE]

Does this program account for MOB's or is every single k tested?

Citrix 2013-08-25 17:15

I am assuming you mean K=1 (mod 2)-- yes they are removed.

Note:- The program will overwrite the files if you start the program again. So the files need to be copied to another folder before starting the program again.

KEP 2013-08-25 18:17

[QUOTE=Citrix;350800]I am assuming you mean K=1 (mod 2)-- yes they are removed.

Note:- The program will overwrite the files if you start the program again. So the files need to be copied to another folder before starting the program again.[/QUOTE]

Unfortunantly no, K=1 (mod 2), is only accounting for the general factors. The MOB's is [B]M[/B]ultiple [B]O[/B]f [B]B[/B]ase, hence MOB. A MOB is a k such that K=0 (mod base-value). For these values if k-1 is composit, the testing of the k can be excluded because this k will have the same prime as k/b. If we are using the "starting bases script" and runs PFGW with this script, then if a k meets the previously described conditions, we will in the testing directory, see a file named: pl_mob.txt, while primes will be stored in pl_prime.txt and so forward :)

Regards

KEP

Ps. It may not mean a lot, your program seems to be up to speed, nice work :)

Citrix 2013-08-25 18:46

I will put this in the next release and provide more choices for base etc.

henryzz 2013-08-25 21:16

Is there any chance of source at some point? If it is faster for riesel base 3 it should be for other large conjecture ks.


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

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