mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Miscellaneous Math

Reply
 
Thread Tools
Old 2010-09-02, 15:36   #111
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

168010 Posts
Default

Quote:
Originally Posted by Charles
Pari certifies this as prime (4.9 seconds) with Pocklington-Lehmer:
N-1 certified it in less than 1/10 of a second.

PARI can compete with Proth.exe in the long run.

Certification w/PARI took 1/2 that time for me.

Last fiddled with by 3.14159 on 2010-09-02 at 15:39
3.14159 is offline   Reply With Quote
Old 2010-09-02, 15:41   #112
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3×1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
N-1 certified it in less than 1/10 of a second.
Yes, Pari isn't good for certifying primality of small numbers; I usually use Primo (on Windows) or François Morain's ECPP (on Linux) for that. Of course when you have a special-form number Brillhart-Lehmer-Selfridge is going to be faster!

Quote:
Originally Posted by 3.14159 View Post
Certification w/PARI took 1/2 that time for me.
I ran the test on an old Windows machine instead of my fast Linux box.

Last fiddled with by CRGreathouse on 2010-09-02 at 15:41
CRGreathouse is offline   Reply With Quote
Old 2010-09-02, 20:01   #113
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Quote:
Originally Posted by Charles
Yes, Pari isn't good for certifying primality of small numbers; I usually use Primo (on Windows) or François Morain's ECPP (on Linux) for that. Of course when you have a special-form number Brillhart-Lehmer-Selfridge is going to be faster!
Right..

Quote:
Originally Posted by Charles
I ran the test on an old Windows machine instead of my fast Linux box.
I tested on my Windows machine.

How fast is your "Fast Linux Box"?

Last fiddled with by 3.14159 on 2010-09-02 at 20:02
3.14159 is offline   Reply With Quote
Old 2010-09-02, 20:13   #114
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3·1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
How fast is your "Fast Linux Box"?
1. Not that fast.
2. Much faster than the Windows machine.
CRGreathouse is offline   Reply With Quote
Old 2010-09-02, 22:20   #115
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by Charles
1. Not that fast.
2. Much faster than the Windows machine.
Bummer.

Last fiddled with by 3.14159 on 2010-09-02 at 22:20
3.14159 is offline   Reply With Quote
Old 2010-09-02, 22:33   #116
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

110100100002 Posts
Default

Also: Anyone willing to help out with writing a simple script for PFGW, for numbers k * bn + 1?

I made a copy of Karsten's script, and this is where I wish to change everything accordingly, so I can make a working script for k * bn + 1, where b and n vary, a la Proth.exe. I'll use the N-1 test (if possible) to see if it outperforms Proth at its own game. It probably will.

Last fiddled with by 3.14159 on 2010-09-02 at 22:42
3.14159 is offline   Reply With Quote
Old 2010-09-02, 22:45   #117
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Or perhaps just trial-divides to prove the primality of the tiny primes? (1-10 digits)
3.14159 is offline   Reply With Quote
Old 2010-09-13, 05:25   #118
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

242558 Posts
Default

I ran the +1 side b=1 to 750 in 8 hours and b=1 to 1000 in 27 hours running PFGW using the simplest PFGW ABC2 script on one modern core of an I7. I simply set trial factoring to 100% with the -f100 switch. I then proved all of the PRPs with a second run using the -t switch in < 30 mins.

Everyone made this much too difficult with sieving analysis and different programs. It was extremely simple with PFGW. No sieving needed; only trial factoring that is already built into PFGW. The tests are not big enough to justify spending the personal time to mess with sieving.

A full quad could run this to b=2500 in a few days with minimal sieving.

Last fiddled with by gd_barnes on 2010-09-13 at 05:29
gd_barnes is offline   Reply With Quote
Old 2010-09-13, 21:51   #119
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

32·13·89 Posts
Default

Attached are all primes for b<=1000. All have been proven prime. Note that these were tested with PFGW 3.3.4. Since the GWNUM libraries have a known problem with them, I'm now in the process of retesting the entire thing with PFGW 3.3.6. I have reached base 800 with version 3.3.6 and have found no problems with the 3.3.4 list. I should be complete with the doublecheck early Tuesday.

Karsten, you might use the attachment to check and extend your page.

Has anyone run this for k*b^b-1 ? I thought I read where someone was going to do that. Karsten, have you created a page for the Riesel side?

Edit: I found it interesting to note that the median prime was for base 22. It just goes to show how many n=1 and n=2 primes there are and how few there are at the higher bases and exponents.


Gary
Attached Files
File Type: zip kbb+1-1000-prime.zip (90.7 KB, 82 views)

Last fiddled with by gd_barnes on 2010-09-13 at 21:59
gd_barnes is offline   Reply With Quote
Old 2010-09-13, 21:58   #120
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

22×727 Posts
Default

Dougal has done the Riesel side (see post #95) but only for n=7 to 1000.

I've not yet created a page for the Riesel side but that is no problem.

If you've checked all results with PFGW 3.3.6 I can update/complete the +1-page and also include the -1 page!
kar_bon is offline   Reply With Quote
Old 2010-09-13, 22:11   #121
Dougal
 
Dougal's Avatar
 
Jan 2009
Ireland

2·3·31 Posts
Default

Quote:
Originally Posted by kar_bon View Post
Dougal has done the Riesel side (see post #95) but only for n=7 to 1000.

I've not yet created a page for the Riesel side but that is no problem.

If you've checked all results with PFGW 3.3.6 I can update/complete the +1-page and also include the -1 page!
-1 is currently up to 2000,il post results tomorrow.i might take it further,ill decide tomorrow.
Dougal is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
CPU Performance Database JustinGC Hardware 3 2012-06-22 03:11
Database question Xyzzy Forum Feedback 0 2012-04-01 15:37
entire database done up to 2^58 tha Lone Mersenne Hunters 11 2010-10-17 08:27
NPLB Database IronBits No Prime Left Behind 177 2009-10-10 09:00
database.zip HiddenWarrior Data 1 2004-03-29 03:53

All times are UTC. The time now is 06:20.


Fri Aug 6 06:20:14 UTC 2021 up 14 days, 49 mins, 1 user, load averages: 3.41, 2.86, 2.81

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.