![]() |
![]() |
#309 |
Dec 2022
810 Posts |
![]()
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. |
![]() |
![]() |
![]() |
#310 |
"Rashid Naimi"
Oct 2015
Remote to Here/There
2,377 Posts |
![]()
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"); \\\\\\ Thank you for your time. https://primes.utm.edu/primes/page.php?id=134690 Credits and thanks to George, Mark, PFGW and PARI/GP. ![]() Last fiddled with by a1call on 2023-01-07 at 05:45 |
![]() |
![]() |
![]() |
#311 |
"Rashid Naimi"
Oct 2015
Remote to Here/There
2,377 Posts |
![]()
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. ![]() |
![]() |
![]() |
![]() |
#312 |
Aug 2020
79*6581e-4;3*2539e-3
73010 Posts |
![]()
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?
|
![]() |
![]() |
![]() |
#313 |
"Rashid Naimi"
Oct 2015
Remote to Here/There
237710 Posts |
![]()
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 |
![]() |
![]() |
![]() |
#314 | |
Just call me Henry
"David"
Sep 2007
Liverpool (GMT/BST)
33×227 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#315 |
"Rashid Naimi"
Oct 2015
Remote to Here/There
2,377 Posts |
![]()
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.
|
![]() |
![]() |
![]() |
#316 |
"Rashid Naimi"
Oct 2015
Remote to Here/There
2,377 Posts |
![]()
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.
![]() Last fiddled with by a1call on 2023-01-20 at 17:27 |
![]() |
![]() |
![]() |
#317 |
Jan 2023
1 Posts |
![]()
How to post new digit primes, n achieve reward?
|
![]() |
![]() |
![]() |
#318 |
Sep 2002
Database er0rr
7·23·29 Posts |
![]()
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.
|
![]() |
![]() |
![]() |
#319 | |
Jan 2007
Germany
23×5×17 Posts |
![]() Quote:
Page was updated: https://www.pzktupel.de/JensKruseAndersen/cc.php |
|
![]() |
![]() |
![]() |
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 |