mersenneforum.org  

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

Reply
 
Thread Tools
Old 2007-12-18, 16:16   #23
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default Welcome to effort

Quote:
Originally Posted by japelprime View Post
I think I will try Base 9: 2036*9^n+1 (100K - 200k)

Is that ok or have someone alredy started working on this number?

I have alredy sieved the file to 5,5G with NewPgen and have now started seiving with SR2Sieve.
Thanks and welcome to the effort Japelprime!

That one is not taken. I'll reserve it for you. That's a good choice too because it would be a GREAT one to find a prime for. Not only would it make the top-5000 list if the prime is n>105200, it would prove the conjecture!

FYI, you might consider using sr1sieve instead of sr2sieve for just one equation like this. It will be over twice as fast and you don't have to mess with removing factors at the end. Sr2sieve is better for sieving 2-3 or more equations. If there are any questions about that or anything else, please let us know. I or several others can answer.


Gary

Last fiddled with by gd_barnes on 2007-12-18 at 16:21
gd_barnes is offline   Reply With Quote
Old 2007-12-18, 20:26   #24
japelprime
 
japelprime's Avatar
 
"Erling B."
Dec 2005

10110002 Posts
Default

Thanks Gary.

sr2sieve is doing fine with 741kp/sec but I will see if sr1sieve is doing better.
I was not aware of that sr1sieve remove the factors.
japelprime is offline   Reply With Quote
Old 2007-12-18, 20:48   #25
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3·2,083 Posts
Default

Quote:
Originally Posted by japelprime View Post
Thanks Gary.

sr2sieve is doing fine with 741kp/sec but I will see if sr1sieve is doing better.
I was not aware of that sr1sieve remove the factors.
It will remove the factors as long as you use the -o command line switch to specify an output file.
mdettweiler is offline   Reply With Quote
Old 2007-12-18, 20:54   #26
japelprime
 
japelprime's Avatar
 
"Erling B."
Dec 2005

5816 Posts
Default

Quote:
Originally Posted by Anonymous View Post
It will remove the factors as long as you use the -o command line switch to specify an output file.
Thanks Anonymous.
japelprime is offline   Reply With Quote
Old 2007-12-19, 22:11   #27
Citrix
 
Citrix's Avatar
 
Jun 2003

2×7×113 Posts
Default

Here is a covering set for base 31 sierpinksi. You can try constructing the lowest such number using this set.
(13,37,7,19,331,922561,577,3637,81343,1536553,1538083,512616735577)
Citrix is offline   Reply With Quote
Old 2007-12-20, 13:12   #28
robert44444uk
 
robert44444uk's Avatar
 
Jun 2003
Oxford, UK

79716 Posts
Default

Base 31, Sierpinski why not just 7; 13; 19; 37; 331 with 12-cover? The solution is less than 10^7
robert44444uk is offline   Reply With Quote
Old 2007-12-20, 18:29   #29
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101000101000112 Posts
Default

Quote:
Originally Posted by robert44444uk View Post
Base 31, Sierpinski why not just 7; 13; 19; 37; 331 with 12-cover? The solution is less than 10^7
You beat me to the punch Robert. I was testing this up until k=10M like I had mentioned previously when you posted this. I also was expecting the same or a similar covering set as the Riesel conjecture.

The Sierpinski conjecture for base 31 is k=6360528. The covering set is as you said.


Gary
gd_barnes is offline   Reply With Quote
Old 2007-12-24, 04:28   #30
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

1040310 Posts
Default Thread renamed

I have renamed this thread to 'searches needed' instead of 'primes needed' to avoid confusion with the new 'report primes here' thread.
gd_barnes is offline   Reply With Quote
Old 2007-12-27, 20:00   #31
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101·103 Posts
Default Updates

I updated the searches needed for several bases and added 2 k's that need to be searched for Sierp base 256.

535*256^n+1 has already been searched to top-5000 territory (n=53.7K) so that's one that someone may want to reserve. The search limit was converted from the search limit of n=430K for 535*2^n+1 on the Prothsearch pages.


Gary
gd_barnes is offline   Reply With Quote
Old 2008-01-05, 22:30   #32
geoff
 
geoff's Avatar
 
Mar 2003
New Zealand

115710 Posts
Default

How are people searching for covering sets to conjecture Sierpinski/Riesel numbers? If someone can suggest an algorithm I would be happy to try to implement it in C/ASM.
geoff is offline   Reply With Quote
Old 2008-01-06, 00:14   #33
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

28A316 Posts
Default

Quote:
Originally Posted by geoff View Post
How are people searching for covering sets to conjecture Sierpinski/Riesel numbers? If someone can suggest an algorithm I would be happy to try to implement it in C/ASM.
That would be great and it's interesting that you asked. I just run all possible k's that don't have trivial factors through srsieve for the range of n=1-10K up to P=25K; about 100000 k's at a time. Whatever the first k is that it removes from the sieve is the conjecture. I then just go to Alperton's site and figure out the covering set. This is dead-on accurate assuming that a covering set doesn't include a factor > 25K (highly unlikely I think).

It was pretty ugly but highly effective and accurate and I came up with lower conjectures that way in 3-4 cases than were previously shown in the various threads for bases 6-18, 10, 22, 23, etc. There is one exception to the 'highly effective' statement. Since srsieve only allows slightly > 100000 k's at a time, it takes quite a while to go much beyond k=2-3M, which requires all manual effort. Sierp base 31 (conjecture k>6M) took 1-2 hours of manual effort on my part to come up with and of course it's impossible for bases 3, 7, and 15, although I was able to determine that the conjectures for base 3 and base 7 had to be k>2M and k>200K respectively.

Robert and Citrix seem to know the math behind searching various covering sets and how to come up with one in the first place. I'd be curious to see it myself.


Gary
gd_barnes is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Generalized Cullen and Woodall Searches rogue And now for something completely different 40 2020-12-08 13:21
Prime Gap Searches Crowdfunding pinhodecarlos Prime Gap Searches 12 2017-07-28 18:05
Can someone run a couple of poly searches for me? schickel Msieve 12 2012-05-25 03:45
Searches and defaults Nelson Forum Feedback 18 2010-07-17 19:01
Thoughts on future NPLB searches em99010pepe No Prime Left Behind 38 2008-12-23 10:02

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


Tue Jul 27 09:13:09 UTC 2021 up 4 days, 3:42, 0 users, load averages: 1.66, 1.72, 1.62

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.