![]() |
![]() |
#45 | |
"Serge"
Mar 2008
San Diego, Calif.
2·3·1,733 Posts |
![]() Quote:
Code:
ABC ($a*$b^$c$d)/$e 1 10 8177207 -1 9 |
|
![]() |
![]() |
![]() |
#46 |
Einyen
Dec 2003
Denmark
3·1,151 Posts |
![]()
Thank you.
I was actually responding to your line: "We are checking SPRP in 3-4 bases first (the best we can do for this PRP.)" which I found curious since you can also do Lucas test + Frobenius test with LLR. Congratulations on this huge PRP! ![]() |
![]() |
![]() |
![]() |
#47 |
Sep 2002
Database er0rr
3·1,601 Posts |
![]()
I'll gladly run it. Starting now.
Last fiddled with by paulunderwood on 2021-05-09 at 21:52 |
![]() |
![]() |
![]() |
#48 | |
"Serge"
Mar 2008
San Diego, Calif.
1039810 Posts |
![]() Quote:
Q: What happens if you simply run a test with llr? A: it runs PRP, then Lucas and finally Frobenius tests. By default, no special CLI options are needed By all means, sure, - run them. They have already been run, but why not run them once again? ![]() |
|
![]() |
![]() |
![]() |
#49 | |
Sep 2002
Database er0rr
3×1,601 Posts |
![]() Quote:
Last fiddled with by paulunderwood on 2021-05-10 at 00:06 |
|
![]() |
![]() |
![]() |
#50 |
"Serge"
Mar 2008
San Diego, Calif.
2·3·1,733 Posts |
![]()
One thing that I didn't know, is that FBase=a=<some base> is honored by llr when set as Fermat base, that is no surprise.
But! -- what follows (i.e. L+F tests) is decoupled from the choice of a, so Lucas test happens to be all the same in all runs, so one is enough. Code:
Starting probable prime test of (10^8177207-1)/9 Using AVX-512 FFT length 1600K, Pass1=1K, Pass2=1600, clm=1, 24 threads, a = 23 (10^8177207-1)/9 is base 23-Fermat PRP! (8177207 decimal digits) Time : 25493.017 sec. Starting Lucas sequence Using AVX-512 FFT length 1600K, Pass1=1K, Pass2=1600, clm=1, 24 threads, P = 6, Q = 2 _____________...and so on...___________ Using AVX-512 FFT length 1600K, Pass1=1K, Pass2=1600, clm=1, 16 threads, a = 5 10^8177207-1)/9 is base 5-Fermat PRP! (8177207 decimal digits) Time : 25663.426 sec. Starting Lucas sequence Using AVX-512 FFT length 1600K, Pass1=1K, Pass2=1600, clm=1, 16 threads, P = 6, Q = 2 _____________...and so on...___________ Starting probable prime test of (10^8177207-1)/9 Using AVX-512 FFT length 1600K, Pass1=1K, Pass2=1600, clm=1, 16 threads, a = 7 (10^8177207-1)/9 is base 7-Fermat PRP! (8177207 decimal digits) Time : 25609.258 sec. Starting Lucas sequence Using AVX-512 FFT length 1600K, Pass1=1K, Pass2=1600, clm=1, 16 threads, P = 6, Q = 2 _____________...and so on...___________ Starting probable prime test of (10^8177207-1)/9 Using AVX-512 FFT length 1600K, Pass1=1K, Pass2=1600, clm=1, 16 threads, a = 11 (10^8177207-1)/9 is base 11-Fermat PRP! (8177207 decimal digits) Time : 25643.544 sec. Starting Lucas sequence Using AVX-512 FFT length 1600K, Pass1=1K, Pass2=1600, clm=1, 16 threads, P = 6, Q = 2 _____________...and so on... ![]() ...options: FBase= PBase= FermatBase= LucasBaseP= isLucasBaseQ= genLucasBaseQ= generalLucasBase= genLucasBaseP= ... Code:
sllr -oLucasBaseP=12 -oLucasPRPtest=1 -oBPSW=1 -d in Starting Lucas sequence Using FMA3 FFT length 1600K, Pass1=640, Pass2=2560, clm=1, 24 threads, P = 1, Q = 4 <<< looks like can be controlled P = 6, Q = 2 is good: kronecker(28,Rn) = -1 |
![]() |
![]() |
![]() |
#51 |
Einyen
Dec 2003
Denmark
345310 Posts |
![]()
It was clearly a language communication issue:
"We are checking SPRP in 3-4 bases first (the best we can do for this PRP.)" I understood "(the best we can do for this PRP.)" as "That is all we can do for this PRP, only SPRP tests and nothing else." |
![]() |
![]() |
![]() |
#52 |
"Serge"
Mar 2008
San Diego, Calif.
2·3·1,733 Posts |
![]()
Dear Andreas, yes, it is a language communication issue.
Do you disagree with the phrase: "say anything, - and you will be misinterpreted by at least one"? Or in other phrasing "A thought, once spoken, is a lie." (Fyodor Tyutchev, translated by Vladimir Nabokov) At least the thread title, I hope, is unequivocal. |
![]() |
![]() |
![]() |
#53 |
Sep 2003
259010 Posts |
![]()
Congratulations. I wonder, in the course of your search are you recording residues and factors for posterity?
Last fiddled with by GP2 on 2021-05-11 at 22:47 |
![]() |
![]() |
![]() |
#54 |
Feb 2017
Nowhere
651610 Posts |
![]() |
![]() |
![]() |
![]() |
#55 |
"Serge"
Mar 2008
San Diego, Calif.
2·3·1,733 Posts |
![]()
Discussion of definitions (once again supporting the earlier observation that "A thought, once spoken, is a lie") is moved to a separate thread.
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Generalized Repunit primes | Bob Underwood | Math | 12 | 2020-10-11 20:01 |
Some CADO-NFS Work At Around 175-180 Decimal Digits | EdH | CADO-NFS | 127 | 2020-10-07 01:47 |
Integers congruent to last two decimal digits mod 23 | enzocreti | enzocreti | 1 | 2020-03-03 18:38 |
Twin Primes with 128 Decimal Digits | tuckerkao | Miscellaneous Math | 2 | 2020-02-16 06:23 |
records for primes | 3.14159 | Information & Answers | 8 | 2018-12-09 00:08 |