![]() |
|
|
#78 |
|
"Jeppe"
Jan 2016
Denmark
23×3×7 Posts |
|
|
|
|
|
|
#79 | |
|
Feb 2017
Nowhere
110758 Posts |
Quote:
I also posted, for e = 2^11, n = (49^e + 75^e)/2. Last fiddled with by Dr Sardonicus on 2018-03-24 at 14:55 |
|
|
|
|
|
|
#80 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
949410 Posts |
Quote:
Here, in sequence https://oeis.org/A246119, the same happened three time already. |
|
|
|
|
|
|
#81 | |
|
Feb 2017
Nowhere
7·23·29 Posts |
Quote:
Alas, the number of cases any of us will ever know of is, likely, quite small. |
|
|
|
|
|
|
#82 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
Last fiddled with by science_man_88 on 2018-03-24 at 18:10 |
|
|
|
|
|
|
#83 | |
|
"Jeppe"
Jan 2016
Denmark
2508 Posts |
Quote:
In the search for the next one, I find: Code:
(157^(2^12)+83^(2^12))/2 is 3-PRP! (4.1038s+1.9638s) (157^(2^12)+111^(2^12))/2 is 3-PRP! (4.0938s+3.3192s) (161^(2^12)+157^(2^12))/2 is 3-PRP! (4.1053s+1.9778s) |
|
|
|
|
|
|
#84 | |
|
"Jeppe"
Jan 2016
Denmark
A816 Posts |
Quote:
The form in A246119, \(k^{2^n} (k^{2^n}-1)+1\), has only one parameter \(k\). I still think this square phenomenon should occur only finitely many times? /JeppeSN |
|
|
|
|
|
|
#85 | |
|
"Jeppe"
Jan 2016
Denmark
23×3×7 Posts |
Quote:
And then: Code:
(3^(2^13)+1^(2^13))/2 is 3-PRP! (0.6454s+0.4075s) Code:
(3^(2^14)+1^(2^14))/2 is 3-PRP! (2.8285s+1.3930s) Code:
(9^(2^15)+1^(2^15))/2 is 3-PRP! (57.8865s+21.0036s) Code:
(3^(2^16)+1^(2^16))/2 is 3-PRP! (57.7878s+24.4478s) Last fiddled with by JeppeSN on 2018-03-24 at 22:16 |
|
|
|
|
|
|
#86 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
2×47×101 Posts |
Use base 2, obviously
|
|
|
|
|
|
#87 | |
|
"Jeppe"
Jan 2016
Denmark
2508 Posts |
Quote:
Code:
(107^(2^13)+69^(2^13))/2 |
|
|
|
|
|
|
#88 | |
|
Feb 2017
Nowhere
7·23·29 Posts |
Quote:
3^2 == 1 (mod 2^3). Therefore, 3^(2^k) == 1 (mod 2^(k+2)) for every positive integer k. Now, let k be a positive integer, and N = (3^(2^k) + 1)/2. Then N - 1 = (3^(2^k) - 1)/2. By the above, we have 2^(k+1) divides N - 1, so 3^(2^(k+1)) - 1 divides 3^(N - 1) - 1. Since 3^(2^(k+1)) - 1 = (3^(2^k) - 1)*(3^(2^k) + 1), and (3^(2^k) + 1)/2 = N, we have N divides 3^(N-1) - 1. That is, N = 3^(2^k) + 1 is a base-3 pseudoprime for every positive integer k. I haven't checked the Rabin-Miller criterion in this case, though. (The present instance is reminiscent of the fact that, if p is prime, 2^p - 1 is a base-2 pseudoprime, regardless of whether it's prime or composite.) Last fiddled with by Dr Sardonicus on 2018-03-25 at 16:42 |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is there a prime of the form...... | PawnProver44 | Miscellaneous Math | 9 | 2016-03-19 22:11 |
| OEIS A071580: Smallest prime of the form k*a(n-1)*a(n-2)*...*a(1)+1 | arbooker | And now for something completely different | 14 | 2015-05-22 23:18 |
| Smallest prime with a digit sum of 911 | Stargate38 | Puzzles | 6 | 2014-09-29 14:18 |
| Smallest floor of k for cullen prime | Citrix | Prime Cullen Prime | 12 | 2007-04-26 19:52 |
| Smallest ten-million-digit prime | Heck | Factoring | 9 | 2004-10-28 11:34 |