![]() |
|
|
#12 | |
|
Apr 2008
Oslo, Norway
D916 Posts |
Quote:
All input is appreciated! |
|
|
|
|
|
|
#13 | |
|
"Mark"
Apr 2003
Between here and the
11·577 Posts |
Quote:
|
|
|
|
|
|
|
#14 |
|
Apr 2008
Oslo, Norway
21710 Posts |
|
|
|
|
|
|
#15 | |
|
Oct 2008
Trondheim, Norway
238 Posts |
Quote:
Code:
$ uname -a; ./llr -v; for INI in ForcePRP LucasPRPtest; do echo $INI=1 > llr.ini; cat llr.ini; ./llr -d -q"2072644824759*2^33333+5"; done Linux lyng 2.6.24-26-server #1 SMP Tue Dec 1 19:19:20 UTC 2009 i686 GNU/Linux Primality Testing of k*b^n+/-1 Program - Version 3.8.0 ForcePRP=1 Starting probable prime test of 2072644824759*2^33333+5 2072644824759*2^33333+5 is not prime. RES64: 20A5CD45B0850A08. OLD64: 61F167D1118F1E15 Time : 3.262 sec. LucasPRPtest=1 Starting Lucas sequence 2072644824759*2^33333+5 is not prime(P = 4, Q = 2), Lucas RES64: 83B19B6B999E8557 Time : 8.281 sec. |
|
|
|
|
|
|
#16 |
|
Oct 2008
Trondheim, Norway
19 Posts |
The 2072644824759*2^33333+1 yields:
Code:
ForcePRP=1 Starting probable prime test of 2072644824759*2^33333+1 2072644824759*2^33333+1 is base 3-Strong Fermat PRP! Time : 3.846 sec. Starting Lucas sequence 2072644824759*2^33333+1 is Lucas PRP, Starting Frobenius test sequence 2072644824759*2^33333+1 is Frobenius PRP! (P = 5, Q = 2, D = 17) Time : 11.418 sec. LucasPRPtest=1 Starting Proth prime test of 2072644824759*2^33333+1 2072644824759*2^33333+1 is prime! Time : 3.239 sec. |
|
|
|
|
|
#17 |
|
Apr 2008
Oslo, Norway
7·31 Posts |
I've verified all these using LLR 3.8.0:
Code:
87743*2^212565+1 is prime! 224027*2^273967+1 is prime! 203761*2^384628+1 is prime! 122149*2^578806+1 is prime! 247099*2^484190+1 is prime! 172127*2^448743+1 is prime! 159503*2^540945+1 is prime! 263927*2^639599+1 is prime! 261917*2^704227+1 is prime! 161957*2^727995+1 is prime! 216751*2^903792+1 is prime! |
|
|
|
|
|
#18 | |
|
Oct 2008
Trondheim, Norway
1316 Posts |
Quote:
Code:
$ echo -n "2072644824759*2^33333+5 "; ./expr/run-expr "2072644824759*2**33333+5" | cut -d\ -f5- | xargs ./isprime | cut -d\ -f2- 2072644824759*2^33333+5 is a probable prime Last fiddled with by runesk on 2010-02-10 at 09:51 Reason: more fish |
|
|
|
|
|
|
#19 |
|
Apr 2008
Oslo, Norway
7·31 Posts |
Tested the rest of the primes from the PSP project aswell:
Code:
241489*2^1365062+1 is prime! Time : 4385.144 sec. 149183*2^1666957+1 is prime! Time : 7932.972 sec. 214519*2^1929114+1 is prime! Time : 9513.151 sec. 222361*2^2854840+1 is prime! Time : 25216.852 sec. 265711*2^4858008+1 is prime! Time : 69579.428 sec. 258317*2^5450519+1 is prime! Time : 101601.551 sec. |
|
|
|
|
|
#20 | |
|
May 2004
FRANCE
22×5×29 Posts |
Quote:
http://www.mersenneforum.org/showthread.php?t=13072 Regards, Jean |
|
|
|
|
|
|
#21 |
|
Mar 2006
2·47 Posts |
so in english that means we are fine but other projects not using +/- 1 have problems?
S. |
|
|
|
|
|
#22 | |
|
Aug 2002
3·52·7 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tired of all the prpclient console windows? | opyrt | Prime Sierpinski Project | 4 | 2010-05-31 08:42 |