mersenneforum.org  

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

Reply
 
Thread Tools
Old 2022-12-15, 12:09   #309
Trying2Sieve
 
Dec 2022

810 Posts
Default 2^64 - 189

I found 2 large primes with coefficients (2^64 - 189) then 000000 (like 500,000 rep units) followed by a 1.

Was a long time ago though.
Trying2Sieve is offline   Reply With Quote
Old 2023-01-07, 05:43   #310
a1call
 
a1call's Avatar
 
"Rashid Naimi"
Oct 2015
Remote to Here/There

2,377 Posts
Default P1174253

P1174253 was proven prime using PFGW on Christmas eve 2022.
Please see the attached screenshots and the files used to run the proof.
The proof testing was done by placing the following 3 files in the PFGW folder and running the batch file on a windows system.

ETP-100-A-1run-proof.bat (Batch file)
ETP-110-A-pfgw-prime.txt (helper file)
ETP-120-A-b.txt (Candidate to test)

The decimal integer can be generated in PARI/GP by the following code, however the screen buffer will run out while "printing" the 1174253 decimal digits of the integer.
You can insteat use the "write" command to print the entire digits to a file.

Code:
k = [1, 1, 1, 2, 5, 9, 6, 79, 16, 219, 580, 387, 189, 7067, 1803, 6582, 31917, 18888, 20973, 132755, 11419, 50111];  
q = 2;
for(i=1, #k, q = k[i]*(q-1)*q+1);
print("\n",q,"\n");
\\\\\\
The file P1174253.txt contains the decimal integer.
Thank you for your time.

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

Credits and thanks to George, Mark, PFGW and PARI/GP.
Attached Thumbnails
Click image for larger version

Name:	ETX-100-L.jpg
Views:	98
Size:	389.9 KB
ID:	27893   Click image for larger version

Name:	ETX-100-M.jpg
Views:	87
Size:	411.0 KB
ID:	27894  
Attached Files
File Type: 7z P1174253.7z (1,005.7 KB, 38 views)

Last fiddled with by a1call on 2023-01-07 at 05:45
a1call is offline   Reply With Quote
Old 2023-01-18, 02:10   #311
a1call
 
a1call's Avatar
 
"Rashid Naimi"
Oct 2015
Remote to Here/There

2,377 Posts
Default

I think i have an unusual setup. Please see the attached screenshots of the next iteration in progress.
FTR and in the unlikely case, anyone would find it useful:
* I have a windows-guest VirtualBox virtual machine on a 16 core Ryzen 9 desktop.
* I use one instance of PARI-GP to continuously sieve a given k-range using gcd
* Multiple instances of PARI-GP read remaining k's using the system command, generate a PFGW short PRP script and invoke PFGW using the system command and move to next remaining k when done
* I have a series of DOS batch files which automate the above processes.

Thank you for your time.
Attached Thumbnails
Click image for larger version

Name:	EUZ-100-A.jpg
Views:	82
Size:	267.5 KB
ID:	27927   Click image for larger version

Name:	EUZ-110-A.jpg
Views:	81
Size:	207.2 KB
ID:	27928  
a1call is offline   Reply With Quote
Old 2023-01-19, 10:26   #312
bur
 
bur's Avatar
 
Aug 2020
79*6581e-4;3*2539e-3

73010 Posts
Default

I noticed that prime when it appeared at Caldwell's list. It seems to be constructed like Euclid numbers but modified with that list of k's. How were these values decided?
bur is offline   Reply With Quote
Old 2023-01-19, 13:39   #313
a1call
 
a1call's Avatar
 
"Rashid Naimi"
Oct 2015
Remote to Here/There

237710 Posts
Default

Hi bur,
1st value of small Prime q (2 in this case) is a random choice.
Every k is the smallest value that will yield a Prime for each iteration. This way, all the Prime factors of N-1 (for all iterations) are known as long as all k’s are small enough to be fully factored.

Last fiddled with by a1call on 2023-01-19 at 13:44
a1call is offline   Reply With Quote
Old 2023-01-20, 13:09   #314
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Liverpool (GMT/BST)

33×227 Posts
Default

Quote:
Originally Posted by a1call View Post
Hi bur,
1st value of small Prime q (2 in this case) is a random choice.
Every k is the smallest value that will yield a Prime for each iteration. This way, all the Prime factors of N-1 (for all iterations) are known as long as all k’s are small enough to be fully factored.
Are you aware of what work has gone into other starting numbers?
henryzz is online now   Reply With Quote
Old 2023-01-20, 14:10   #315
a1call
 
a1call's Avatar
 
"Rashid Naimi"
Oct 2015
Remote to Here/There

2,377 Posts
Default

No, I’m not. I have tried a N+1 version and a twin Prime version, but I decided to concentrate on the above version. Anyone is welcome to pursue their own attempts.
a1call is offline   Reply With Quote
Old 2023-01-20, 17:25   #316
a1call
 
a1call's Avatar
 
"Rashid Naimi"
Oct 2015
Remote to Here/There

2,377 Posts
Default

Please see attached a pfgw-prime.log file which can be used as a helper file (editing required) for twin prime search (the smaller Twin-Prime not required for the helper file), iterating on the larger twin prime. The largest I found are 3049 dd. It's abandoned, so anyone is welcome to continue if they wish.
Attached Files
File Type: log pfgw-prime-CQX-140-A-Twin-Larger-A307498-Deleted.log (12.4 KB, 31 views)

Last fiddled with by a1call on 2023-01-20 at 17:27
a1call is offline   Reply With Quote
Old 2023-01-29, 20:55   #317
lastest00
 
Jan 2023

1 Posts
Default

How to post new digit primes, n achieve reward?
lastest00 is offline   Reply With Quote
Old 2023-02-09, 16:16   #318
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

7·23·29 Posts
Default CC2

Congrats to Roman Trunov and Brian D. Niegocki for the (GFN based) Cunningham Chain 893962950^16384+1 and 2*893962950^16384+1, at 146,659 digits smashing the previous record of 77,078 digits.
paulunderwood is offline   Reply With Quote
Old 2023-02-10, 16:31   #319
Cybertronic
 
Cybertronic's Avatar
 
Jan 2007
Germany

23×5×17 Posts
Default

Quote:
Originally Posted by paulunderwood View Post
Congrats to Roman Trunov and Brian D. Niegocki for the (GFN based) Cunningham Chain 893962950^16384+1 and 2*893962950^16384+1, at 146,659 digits smashing the previous record of 77,078 digits.
Thanks for the information,Paul !
Page was updated: https://www.pzktupel.de/JensKruseAndersen/cc.php
Cybertronic is online now   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 17:15.


Sun Jun 4 17:15:31 UTC 2023 up 290 days, 14:44, 0 users, load averages: 1.06, 0.87, 0.83

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.

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