![]() |
|
|
#1 |
|
Mar 2018
2·5·53 Posts |
The pg(k) numbers are formed by the concatenation of two consecutive Mersenne numbers...
pg(k)=(2^k-1)*10^d+2^(k-1)-1 where d is the number of decimal digits of 2^(k-1)-1 example pg(1)=10 pg(2)=31 pg(3)=73... Some values k for which pg(k) is prime are 215, 92020, 69660, 541456, 51456... i noticed that (215/41), (92020/41), (69660/41), (541456/41), (51456/41) have all the same periodic decimal expansion 24390=29^3+1. Is there any reason? Example 215/41=5.2439024390... Last fiddled with by enzocreti on 2019-01-16 at 13:15 |
|
|
|
|
|
#2 |
|
Mar 2018
10228 Posts |
In particular all the four exponents leading to a probable prime which are multiples of 43: 215, 69660, 92020, 541456 have this property.
Infact 215/41=5.2439024390... 69660/41=1699,02439024390... 92020/41=2244,3902439024390... 541456/41=13206,2439024390... |
|
|
|
|
|
#3 |
|
Mar 2018
21216 Posts |
sorry 24390=29^3+1
|
|
|
|
|
|
#4 |
|
Mar 2018
2×5×53 Posts |
somebody on mathexchange pointed me out that this is equivalent to say that the exponents are congruent to 10^n mod 41 with n>=0
Infact 215, 69660, 92020, 541456 are all congruent to 10^n (mod 41) |
|
|
|
|
|
#5 |
|
Mar 2018
2×5×53 Posts |
Somebody on mathexchange told me that if x=41*a+r (with r=1,10,16,18,37), then x/41 will have a repeating term of 24390...
so when pg(k) is prime and k is a multiple of 43, then k=41*a+r. |
|
|
|
|
|
#6 | |
|
Mar 2018
2×5×53 Posts |
Quote:
215*271, 69660*271, 92020*271, 541456*271 are all congruent to plus or minus 1 mod 13. |
|
|
|
|
|
|
#7 |
|
Mar 2018
2×5×53 Posts |
exponents leading to a pg prime of the form 41s+r with r=1,10,16,18,37 are 215, 51456, 69660, 92020, 541456.
215, 69660, 92020 and 541456 are congruent to 0 mod 43 51456 instead has the factorization (2^8*3*67) where 2^8 is congruent to 41 mod 43. Is there some explanation? Last fiddled with by enzocreti on 2019-01-21 at 11:56 |
|
|
|
|
|
#8 |
|
Mar 2018
2×5×53 Posts |
215, 69660, 92020, 541456 are 0 mod 43
51456 is 71 (a prime) mod 43 Last fiddled with by enzocreti on 2019-01-21 at 11:56 |
|
|
|
|
|
#9 |
|
Mar 2018
2·5·53 Posts |
i am currently searching for another pg(43k) prime
guessing that 43k has the form 41s+r Last fiddled with by enzocreti on 2019-01-21 at 14:17 |
|
|
|
|
|
#10 |
|
Mar 2018
2·5·53 Posts |
it seems that there are infinitely many pg(1763n+d)'s primes, where d=215, 329, 344, 387, 903, 1677 with d congruent to (1,10,16,18,37) mod 41
Last fiddled with by enzocreti on 2019-01-22 at 13:48 |
|
|
|
|
|
#11 |
|
Mar 2018
21216 Posts |
I wonder if the primality of pg(69660) and pg(92020) can be proven, I mean I know that they are probable primes but do you think that with Primo I can proof them surely prime?
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| nextprime function is spooked by leading zero. | shortcipher | YAFU | 5 | 2018-03-27 13:59 |
| Sophie-Germain primes as Mersenne exponents | ProximaCentauri | Miscellaneous Math | 15 | 2014-12-25 14:26 |
| Assorted formulas for exponents of Mersenne primes | Lee Yiyuan | Miscellaneous Math | 60 | 2011-03-01 12:22 |
| Leading Edge | Primeinator | Information & Answers | 9 | 2010-06-25 07:36 |
| Fixed leading bits in RSA modulus, vs NFS | fgrieu | Factoring | 7 | 2009-09-23 11:45 |