mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Conjectures 'R Us

Reply
 
Thread Tools
Old 2010-05-25, 06:39   #650
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default

Quote:
Originally Posted by 10metreh View Post
I am planning not to take it as far as 10K - that's too much for my resources. That's what the word "little" was there for. I don't know where I'll take it to, but the point was to actually get it started (split infinitive, but who cares?). And yes, I've taken the algebraic factors into account. It's annoying, but R51 was the lowest remaining untested conjecture by base.
I'll probably stop wherever I get by mid to end of August.
OK, thanks...and I agree that it is annoying as the lowest one not yet tested. The next is base 63 with a CK of 187258666. I'll expect you to take that one next.

I forgot that it was you that gave a pretty decent proof (that is one that I could make some sense of) for my conjecture-attempt in the generallizing algebraic factors for Riesel bases thread...not sure why I thought I needed to inform you of them here. (rolls eyes!)

Last fiddled with by gd_barnes on 2010-05-25 at 06:44
gd_barnes is offline   Reply With Quote
Old 2010-05-25, 06:42   #651
10metreh
 
10metreh's Avatar
 
Nov 2008

1001000100102 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
I'll expect you to take that one next.


And then R280 after that...

Last fiddled with by 10metreh on 2010-05-25 at 06:44
10metreh is offline   Reply With Quote
Old 2010-05-25, 06:48   #652
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101·103 Posts
Default

Quote:
Originally Posted by 10metreh View Post
I presume this means that the pattern for R51 is similar to that for other bases. R51 itself isn't there yet.
Surely you jest!

he-he-he...
gd_barnes is offline   Reply With Quote
Old 2010-05-25, 06:56   #653
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101000101000112 Posts
Default

Quote:
Originally Posted by 10metreh View Post


And then R280 after that...
Oh come on now. Be reasonable. R66 and R71 are waiting just for you. They don't even have any k's that can be eliminated by algebraic factors and their conjecture is < 1/10,000th of R280. Easy stuff.

gd_barnes is offline   Reply With Quote
Old 2010-05-25, 12:44   #654
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×397 Posts
Default

Quote:
Originally Posted by rogue View Post
I have a mod to srfile that can take the pfgw.log file with the -d switch and remove the k's. I have yet to pass that on to Geoff.
I have attached the source to srfile.c. Use this to rebuild the srfile application. With this mod -d will take either a sequence or a file. The file should be the same format as pfgw.log, one prime/PRP per line. In case anyone hasn't noticed the -d option never required the exponent to be a specific value, re, n, so using this:

srfile -d 123*456^789+1 srsieve.out

has always been perfectly acceptable.
Attached Files
File Type: zip srfile.zip (4.6 KB, 96 views)
rogue is offline   Reply With Quote
Old 2010-05-26, 06:40   #655
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101·103 Posts
Default

Thanks for that Mark. I will definitely use it!

Funny thing about what you stated there: I had observed that you could type in variable for the exponent. I got tired of typing ^n so I just type ^y. The "y" is directly below the "^" on the keyboard so slightly quicker. But I had not tried typing more than one digit for the exponent such as for primes. That's useful to know.
gd_barnes is offline   Reply With Quote
Old 2010-05-26, 09:13   #656
Xentar
 
Xentar's Avatar
 
Sep 2006

11·17 Posts
Default

For s19, I use a batch file to remove a k:

Code:
srfile-x86-windows.exe -a -d "%1*19^n+1" sr_19.abcd
pause
Which is called with this line:
Code:
delete-k.bat 123456
Maybe this helps?
Xentar is offline   Reply With Quote
Old 2010-05-26, 12:18   #657
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×397 Posts
Default

Quote:
Originally Posted by rogue View Post
I have attached the source to srfile.c. Use this to rebuild the srfile application. With this mod -d will take either a sequence or a file. The file should be the same format as pfgw.log, one prime/PRP per line. In case anyone hasn't noticed the -d option never required the exponent to be a specific value, re, n, so using this:

srfile -d 123*456^789+1 srsieve.out

has always been perfectly acceptable.
Two things to note. First, you should use "make clean" before making srfile. Second, for those of you with large ABC files who want to remove many k at one time, this is definitely the way to go. The reason is that using srfile iteratively to remove multiple k can take a really long time, while using srfile once to remove multiple k requires only one read and one write of the input and output files.
rogue is offline   Reply With Quote
Old 2010-05-26, 18:59   #658
Rincewind
 
Rincewind's Avatar
 
Oct 2006

11001112 Posts
Default

Hi, I'm new to CRUS, and have a short question which will could lead to a reservation.

If I get the informations correct we try to find primes for a certain base with certain k values like the 'bigger' project SeventeenOrBust.

If this is correct I'd like to reserve
1148*36^n-1
4737*36^n-1
7362*36^n-1
7399*36^n-1
8472*36^n-1
according to the Riesel-site they are unreserved.
I'l start sieving for n 25k - 100k.

If not than cancel this reservation (in this case I'll need more informations but will be back *g*)
Rincewind is offline   Reply With Quote
Old 2010-05-26, 20:16   #659
MyDogBuster
 
MyDogBuster's Avatar
 
May 2008
Wilmington, DE

1011001001002 Posts
Default

Quote:
Hi, I'm new to CRUS, and have a short question which will could lead to a reservation.

If I get the informations correct we try to find primes for a certain base with certain k values like the 'bigger' project SeventeenOrBust.
That's what we do. We are looking for the lowest n value for a k that is prime. There is no need to continue testing a k after finding a prime, unless you are looking for some Top 5000's. Welcome and happy hunting

Last fiddled with by MyDogBuster on 2010-05-26 at 20:23
MyDogBuster is offline   Reply With Quote
Old 2010-05-26, 21:20   #660
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default

Quote:
Originally Posted by MyDogBuster View Post
That's what we do. We are looking for the lowest n value for a k that is prime. There is no need to continue testing a k after finding a prime, unless you are looking for some Top 5000's. Welcome and happy hunting
To add to that: We're like SOB times 2046 since that is how many bases that we encompass for both sides combined.

Base 36 is a good choice. It has shown to yield primes fairly easily.

Welcome. I'll show the reservation with the next regular web page updates; usually every 1-2 days.

Last fiddled with by gd_barnes on 2010-05-26 at 21:21
gd_barnes is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Riesel base 3 reservations/statuses/primes KEP Conjectures 'R Us 1107 2021-07-26 18:37
Bases 501-1030 reservations/statuses/primes KEP Conjectures 'R Us 3913 2021-07-26 09:58
Bases 251-500 reservations/statuses/primes gd_barnes Conjectures 'R Us 2300 2021-07-25 07:38
Bases 6-32 reservations/statuses/primes gd_barnes Conjectures 'R Us 1397 2021-07-25 07:07
Bases 101-250 reservations/statuses/primes gd_barnes Conjectures 'R Us 905 2021-07-18 16:55

All times are UTC. The time now is 09:23.


Tue Jul 27 09:23:39 UTC 2021 up 4 days, 3:52, 0 users, load averages: 2.13, 2.00, 1.80

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.