![]() |
|
|
#34 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
And one for n=16, with s0=17073:
Code:
(((((((((((((((17073^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2 or, slightly shorter written, = ((((((((((((((291487327^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2)^2-2 (277369 digit, PRP) |
|
|
|
|
|
#35 |
|
Sep 2002
Database er0rr
3,739 Posts |
Congrats. Have you done a Lucas PRP test on these (3) Fermat PRPs?
|
|
|
|
|
|
#36 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
Sure did.
|
|
|
|
|
|
#37 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Quote:
well they are mathematically meaningful as they allow proper values without parentheses yours is equivalent to 30201 -4-4-4-4-4-4-4-4-4-4-4-4-4-4 if it was completely done properly in theory though I think you misplaced the operators by having a space in between things as well. |
|
|
|
|
|
|
#38 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
10110111110002 Posts |
My testing on n=17 has now passed x=1000. Tests now take around an hour.
|
|
|
|
|
|
#39 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
Would you like to compare residues
?(I didn't plan to run n=17 but then left some running on a laptop, so I have some residues up to 3000, I think...) |
|
|
|
|
|
#40 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
23×3×5×72 Posts |
Quote:
I would gladly compare them though if you have them available. |
|
|
|
|
|
|
#41 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
16F816 Posts |
I tested to n=17 to 4k. Stopping for now.
|
|
|
|
|
|
#42 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
100101000001012 Posts |
Here is something that might come as a surprise.
1. What if you take L=3, and then repeat Lucas transformation L=L^2-2... do you know what you will get? You will get normal Lucas numbers L(2^n). 2. Can these be prime? Yes! Have a look at OEIS oeis.org/A001606; primes and powers of two are eligible! 3. What does this code do? Code:
$ gp for(n=10,66,m=2*2^n;forstep(f=m-1,2^(n+20),[m+2,m-2],if(!isprime(f),next);L=Mod(3,f);for(k=2,n,L=L^2-2);if(!L,print(f" | L(2^"n")")))) 65241089 | L(2^12) 524287 | L(2^18) 16074670081 | L(2^19) 1811939329 | L(2^22) 167772161 | L(2^23) 1176482497601470463 | L(2^24) 3758096383 | L(2^28) 15868293545983 | L(2^28) 2147483647 | L(2^30) 206158430209 | L(2^31) 5703716569087 | L(2^35) 17575814316278415361 | L(2^39) 7595426324676607 | L(2^41) 79543069199826943 | L(2^42) 609885905787813887 | L(2^45) 3204381503618285567 | L(2^45) 55164591835661205503 | L(2^51) 9400813862173173350401 | L(2^53) 166453042227613532161 | L(2^54) 264028247927004812279807 | L(2^63) P.S. 1176482497601470463 | L(2^24) using LLPsieve, so L(2^24) is off the list. Last fiddled with by Batalov on 2017-05-31 at 03:03 Reason: L(2^24) is composite |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lucas-Lehmer test | Mathsgirl | Information & Answers | 23 | 2014-12-10 16:25 |
| lucas-lehmer theorem | Robot2357 | Math | 6 | 2013-06-15 03:10 |
| lucas lehmer outstretch | science_man_88 | Miscellaneous Math | 7 | 2010-07-14 12:35 |
| Lucas-Lehmer Test | storm5510 | Math | 22 | 2009-09-24 22:32 |
| Lucas-Lehmer | Dougal | Information & Answers | 9 | 2009-02-06 10:25 |