mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Riesel Prime Search (https://www.mersenneforum.org/forumdisplay.php?f=59)
-   -   Other Primes (https://www.mersenneforum.org/showthread.php?t=6374)

Trying2Sieve 2022-12-15 12:09

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.

a1call 2023-01-07 05:43

P1174253
 
3 Attachment(s)
[B]P1174253 [/B]was proven prime using [B]PFGW [/B]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.

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

The decimal integer can be generated in [B]PARI/GP[/B] 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");
\\\\\\
[/CODE]

The file [B]P1174253.txt[/B] contains the decimal integer.
Thank you for your time.

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

Credits and thanks to [B]George, Mark, PFGW and PARI/GP[/B]. :smile:

a1call 2023-01-18 02:10

2 Attachment(s)
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. :smile:

bur 2023-01-19 10:26

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?

a1call 2023-01-19 13:39

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.

henryzz 2023-01-20 13:09

[QUOTE=a1call;622925]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.[/QUOTE]

Are you aware of what work has gone into other starting numbers?

a1call 2023-01-20 14:10

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 2023-01-20 17:25

1 Attachment(s)
Please see attached a [B]pfgw-prime.log[/B] 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), [B]iterating on the larger twin prime[/B]. The largest I found are [B]3049 dd[/B]. It's abandoned, so anyone is welcome to continue if they wish. :smile:

lastest00 2023-01-29 20:55

How to post new digit primes, n achieve reward?

paulunderwood 2023-02-09 16:16

CC2
 
Congrats to Roman Trunov and Brian D. Niegocki for the (GFN based) Cunningham Chain [URL="https://primes.utm.edu/primes/page.php?id=135153"]893962950^16384+1 [/URL] and [URL="https://primes.utm.edu/primes/page.php?id=135154"]2*893962950^16384+1[/URL], at 146,659 digits smashing the previous record of 77,078 digits.

Cybertronic 2023-02-10 16:31

[QUOTE=paulunderwood;624565]Congrats to Roman Trunov and Brian D. Niegocki for the (GFN based) Cunningham Chain [URL="https://primes.utm.edu/primes/page.php?id=135153"]893962950^16384+1 [/URL] and [URL="https://primes.utm.edu/primes/page.php?id=135154"]2*893962950^16384+1[/URL], at 146,659 digits smashing the previous record of 77,078 digits.[/QUOTE]

Thanks for the information,Paul !
Page was updated: [url]https://www.pzktupel.de/JensKruseAndersen/cc.php[/url]


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

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