mersenneforum.org  

Go Back   mersenneforum.org > Other Stuff > Open Projects

Reply
 
Thread Tools
Old 2011-04-18, 19:44   #78
Harvey563
 
Harvey563's Avatar
 
Apr 2004

3×61 Posts
Default

32 bit WinXP
Harvey563 is offline   Reply With Quote
Old 2011-04-19, 00:17   #79
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11×577 Posts
Default

I can't do anything about a Win32 build for a while. Here is the latest source, version 1.1.0. I don't recall the changes from v1.0.0, but I think it had to do with some issues where I didn't expect the code to build on other platforms. I haven't build it on Linux, but if it does build and link, then it should run. If it doesn't, then let me know and I'll address the problem.
Attached Files
File Type: zip p10ieve.zip (39.0 KB, 143 views)
rogue is offline   Reply With Quote
Old 2011-04-19, 23:45   #80
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

18CB16 Posts
Default

Steven found some compiler errors on Linux. I hope that they are fixed with this.
Attached Files
File Type: zip p10sieve.zip (54.7 KB, 138 views)
rogue is offline   Reply With Quote
Old 2011-05-10, 17:38   #81
Harvey563
 
Harvey563's Avatar
 
Apr 2004

3·61 Posts
Default 4900 through 4999 done

4900 through 4999 is completed. I went to * for 4914 and 4956.

I am currently sieving 5000 through 5999, and will start checking 5000 and up when the rate of elimination equals the rate of checking. Probably in a week or so.

Harvey563 is offline   Reply With Quote
Old 2011-05-18, 20:46   #82
Harvey563
 
Harvey563's Avatar
 
Apr 2004

3·61 Posts
Default reserving 5000 to 5099

I am through sieving, and am now checking 5000 through 5099.

Harvey563 is offline   Reply With Quote
Old 2011-06-17, 20:15   #83
Harvey563
 
Harvey563's Avatar
 
Apr 2004

3·61 Posts
Default 5000 to 5099 done, reserving 5100 thru 5099

completed through 5099, went to * for 5010, 5059, 5069, 5073.
taking 5100 through 5199.


Harvey563 is offline   Reply With Quote
Old 2011-06-27, 17:06   #84
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

33×5×7×11 Posts
Default

This is an interesting conjecture to work on.

Reserving 5200 thru 5299.

If preliminary estimates are correct, ETA should be ~2-3 weeks running 5 cores of a 2.9 Ghz I7 quad.

Last fiddled with by gd_barnes on 2011-06-27 at 17:07
gd_barnes is offline   Reply With Quote
Old 2011-06-27, 21:03   #85
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

289B16 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
For 4981<=k<=5000 (also a 20 k block), the expected primes per k is about 7.88. That makes a 0.038% chance for a k to have no primes. That means that for every 1826 k's this size, you should have a 50% chance of having one with no primes.
This is good news: as k goes up, the chance of finding an all-composite k on any given k goes up, so the higher we go, the better the chances of it ending. Yes, the time per test, and the time per k will continue to go up, but at least we'll have better and better chances of disproving the conjecture as it goes up. (contrast this with CRUS, where each test gets longer, and the chance of a prime gets lower, making it extremely hard very quickly)
Since I've just noticed this project, I thought I would respond to an old post in this thread. I'd like to clarify a little more the last statement above because the difference between here and CRUS is not as pronounced as one might expect:

Here as you double p(k)#:
Size goes up ~2.2x.
Avg. test time for each candidate goes up ~4.5x.
The # of candidates to test goes up 2x.
Chance of each candidate being composite is increased ~2.2x.

Therefore the avg. testing time for a doubling of p(k)# goes up ~4.5x * 2 = ~9x.
Now, dividing that by ~2.2x means that the expected time expenditure for finding all composites upon a doubling of p(k)# is increased by 4x.

At CRUS as you double n:
Size goes up 2x.
Avg. test time for each candidate goes up 4x.
Chance of each candidate being prime is DEcreased 2x.

Therefor the avg. the expected time expenditure for finding a prime upon a doubling of n is increased by 4*2 = 8x.

So the bottom line is that the difficulty of finding a prime at CRUS increases twice as fast as the difficulty in finding all composites here. That's certainly less of a difference than I would have expected.

I bring this up because the doubling of candidates to test upon doubling p(k)# here makes it become difficult faster than one might expect. If this project reaches p(k)# = 10000 without being disproven, it will require a whole lot of resources to continue.

Last fiddled with by gd_barnes on 2011-06-27 at 21:26 Reason: corrected my own logic
gd_barnes is offline   Reply With Quote
Old 2011-06-29, 21:42   #86
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

289B16 Posts
Default

Steven,

How come you have me reserved for k=5515 ?

How did the higher k's such as 5379, 5415, 5752, and 5977 get searched ? I'm assuming that they were obtained from some random top-5000 primes from many years ago. It's not easy to deduce them since the method that they are shown at top-5000 is different as demonstrated at the bottom of your page.

On the primes for those higher k's, you have omitted the "#" symbol.


Gary
gd_barnes is offline   Reply With Quote
Old 2011-06-29, 22:04   #87
Harvey563
 
Harvey563's Avatar
 
Apr 2004

3·61 Posts
Default

The reservation for 5515 is a typo which I'll fix soon.

The other primes are from the top5000 list from years ago.
There is an nth prime applet on the prime pages that makes conversion fairly easy.
Thanks for the corrections!

Steven
Harvey563 is offline   Reply With Quote
Old 2011-06-29, 22:14   #88
Harvey563
 
Harvey563's Avatar
 
Apr 2004

3·61 Posts
Cool

Another option to figure out the integer value of a particular prime is to use PFGW.

Example:

pfgw -qp(5891) -f0 -od

gives

PFGW Version 3.4.8.32BIT.20110617.Win_Dev [GWNUM 26.6]

p(5891): 58171

Done.

Last fiddled with by Harvey563 on 2011-06-29 at 22:15
Harvey563 is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the problem here? didgogns Msieve 1 2016-11-15 03:31
problem I have science_man_88 Miscellaneous Math 2 2010-10-10 16:36
Intel Atom revisited hj47 Hardware 15 2010-07-08 20:19
51 problem Neves Miscellaneous Math 5 2004-02-10 22:59
51 problem Neves Puzzles 15 2004-02-05 23:11

All times are UTC. The time now is 17:02.


Fri Jul 16 17:02:37 UTC 2021 up 49 days, 14:49, 1 user, load averages: 1.43, 1.37, 1.45

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.