mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Riesel Prime Search

Reply
 
Thread Tools
Old 2021-09-28, 00:25   #276
rudy235
 
rudy235's Avatar
 
Jun 2015
Vallejo, CA/.

116110 Posts
Default

Quote:
Originally Posted by paulunderwood View Post
Congrats to James Winskill for the mega primorial prime: 3267113# - 1 (1,418,398 decimal digits).

Yes, in the last few days we have had two new categories of primes entering the megaprime territory. A Palindromic with 1,234,567 digits and this Primorial with 1,418,398 digits. The next one coming is probably the 3rd term of a Prime in A.P.

We now have close to 1,125 megaprimes

Last fiddled with by Dr Sardonicus on 2021-09-28 at 10:58 Reason: xingif posty
rudy235 is offline   Reply With Quote
Old 2021-09-28, 21:57   #277
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

24×72×13 Posts
Default

Quote:
Originally Posted by rudy235 View Post
...A Palindromic with 1,234,567 digits and ...
How about two of them?
Batalov is offline   Reply With Quote
Old 2021-09-29, 14:25   #278
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

7×23×29 Posts
Default

Quote:
Originally Posted by Batalov View Post
How about two of them?
You mean "two more"?

https://primes.utm.edu/primes/page.php?id=132766
https://primes.utm.edu/primes/page.php?id=132767

paulunderwood is offline   Reply With Quote
Old 2021-10-16, 17:50   #279
rudy235
 
rudy235's Avatar
 
Jun 2015
Vallejo, CA/.

22118 Posts
Default

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.
rudy235 is offline   Reply With Quote
Old 2021-10-16, 17:54   #280
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

7·23·29 Posts
Default

Quote:
Originally Posted by rudy235 View Post
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.
Some numbers require proof attempts at increasing sizes of FFT.
paulunderwood is offline   Reply With Quote
Old 2021-10-18, 22:55   #281
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

110758 Posts
Default Two birds with one stone

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
paulunderwood is offline   Reply With Quote
Old 2021-10-18, 23:44   #282
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

24·72·13 Posts
Default

Quote:
Originally Posted by paulunderwood View Post
Congrats tp Ryan and Serge for the record Near-rep Digit / Palindrome prime 101888529 - 10944264 - 1
Yet another custom sieve for such hybrid beasts:
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.)
Batalov is offline   Reply With Quote
Old 2021-10-19, 01:14   #283
rudy235
 
rudy235's Avatar
 
Jun 2015
Vallejo, CA/.

33×43 Posts
Default

Quote:
Originally Posted by rudy235 View Post
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 days. A week in the worse case.
After 20 days (10/17/21) it was proven prime.
rudy235 is offline   Reply With Quote
Old 2021-10-20, 08:42   #284
sweety439
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

47×79 Posts
Default

Quote:
Originally Posted by Batalov View Post
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)
You mean that the Nash weight (or difficulty) for K=2 (999...9997999...999) is very low?
sweety439 is offline   Reply With Quote
Old 2021-10-22, 04:59   #285
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

24·72·13 Posts
Default

Quote:
Originally Posted by sweety439 View Post
You mean that the Nash weight ...
Dare you to define it (for these six sequences), but yes.
Quote:
Originally Posted by sweety439 View Post
... (or difficulty) for K=2 (999...9997999...999) is very low?
Dare you to define it (for these six sequences), but yes.
Batalov is offline   Reply With Quote
Old 2021-10-22, 08:20   #286
pepi37
 
pepi37's Avatar
 
Dec 2011
After 1.58M nines:)

2·33·31 Posts
Default

If I may ask how many candidates remain after that ?
pepi37 is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
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

All times are UTC. The time now is 14:22.


Mon Jun 5 14:22:38 UTC 2023 up 291 days, 11:51, 0 users, load averages: 0.78, 1.03, 1.06

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔