![]() |
![]() |
#276 | |
Jun 2015
Vallejo, CA/.
116110 Posts |
![]() Quote:
We now have close to 1,125 megaprimes Last fiddled with by Dr Sardonicus on 2021-09-28 at 10:58 Reason: xingif posty |
|
![]() |
![]() |
![]() |
#277 | |
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
24×72×13 Posts |
![]() Quote:
![]() |
|
![]() |
![]() |
![]() |
#278 |
Sep 2002
Database er0rr
7×23×29 Posts |
![]() |
![]() |
![]() |
![]() |
#279 |
Jun 2015
Vallejo, CA/.
22118 Posts |
![]()
How difficult is to prove a primorial Prime?
3267113# - 1 Verification status (*): InProcess Is still unproven. I would think that having the primorial +1 100% factored would make proving it a matter of a couple of says. A week in the worse case. |
![]() |
![]() |
![]() |
#280 | |
Sep 2002
Database er0rr
7·23·29 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#281 |
Sep 2002
Database er0rr
110758 Posts |
![]()
Congrats tp Ryan and Serge for the record Near-rep Digit / Palindrome prime 10^1888529 - 10^944264 - 1
Last fiddled with by paulunderwood on 2021-10-18 at 22:56 |
![]() |
![]() |
![]() |
#282 | |
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
24·72·13 Posts |
![]() Quote:
quick sketch: We are searching for NRP(K,n) = 102n+1-K*10n-1. K can only be 1,2,4,5,7,8. (K=3 has algebraic factorization, which is not needed ...because the whole expression is divisible by 3 when 3|K). Step 1. Let x=10^n, then NRP(K,n) = 10x2-Kx-1 . I solve this quadratic equation just like in school but x is some Mod(x,p) then sieve by p Step 2. If quadratic equation has solution (nearly half the time; if it doesn't , nothing to sieve out), then -- Step 3. Solve 10^n = x1 and 10^n = x2. This is called znlog() and these values will periodically repeat with period znorder(). Step 4. Sieve out and repeat for 7<= p <= 10^11 or 10^12. Step 5: remove special cases for p={7,11,13} (this actually removes a huge fraction of candidates with K=2, that's why it is the "thinnest" K) The trick is to code steps 1, 2 and 3, and to know how. Step 6. Test. (we test all six number forms in order of size. The fact that K=1 produced the first hit is accidental. With K=1, the number looks a bit more elegant.) |
|
![]() |
![]() |
![]() |
#283 | |
Jun 2015
Vallejo, CA/.
33×43 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#284 | |
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36
47×79 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#285 | ||
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
24·72·13 Posts |
![]() Quote:
Quote:
|
||
![]() |
![]() |
![]() |
#286 |
Dec 2011
After 1.58M nines:)
2·33·31 Posts |
![]()
If I may ask how many candidates remain after that ?
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Distribution of Mersenne primes before and after couples of primes found | emily | Math | 35 | 2022-12-21 16:32 |
Mersenne Primes p which are in a set of twin primes is finite? | carpetpool | Miscellaneous Math | 4 | 2022-07-14 02:29 |
Patterns in primes that are primitive roots / Gaps in full-reptend primes | mart_r | Prime Gap Searches | 14 | 2020-06-30 12:42 |
Conjecture about Mersenne primes and non-primes v2 | Mickey1 | Miscellaneous Math | 1 | 2013-05-30 12:32 |
possible primes (real primes & poss.prime products) | troels munkner | Miscellaneous Math | 4 | 2006-06-02 08:35 |