Forum: Software
2021-03-04, 14:32
|
Replies: 6
Views: 375
Nostalgia indeed!
Here is (I think) a table...
Nostalgia indeed!
Here is (I think) a table of the most recent Riesel records at each level. First column is the cumulative number of primes, and the other columns represent the smallest n value...
|
Forum: Software
2021-03-04, 10:37
|
Replies: 6
Views: 375
|
Forum: Software
2021-03-03, 18:28
|
Replies: 6
Views: 375
Thank you for clarifying Dr S.
Very prime...
Thank you for clarifying Dr S.
Very prime sequences arise from "very prime numbers" also been referred to on this site as a VPN. All VPNs are a multiple of k (an integer) and M(p) where M(p) is...
|
Forum: Software
2021-03-03, 13:59
|
Replies: 6
Views: 375
Multithreading existing code
I am wondering if there are c programmers out there who could take a great piece of prime finding software and make it multi thread.
The software helps to find constant k such that the power...
|
Forum: Prime Gap Searches
2021-02-20, 14:21
|
Replies: 233
Views: 42,272
|
Forum: Prime Gap Searches
2021-02-09, 14:38
|
Replies: 233
Views: 42,272
|
Forum: Prime Gap Searches
2021-02-07, 06:38
|
Replies: 233
Views: 42,272
"No known gap larger with smaller start"
...
"No known gap larger with smaller start"
https://primegap-list-project.github.io/lists/prime-gaps-high-watermarks/
I'm not sure this list is correct - how can we have the middle of these -...
|
Forum: Prime Gap Searches
2021-02-07, 06:30
|
Replies: 233
Views: 42,272
|
Forum: Prime Gap Searches
2021-02-04, 12:17
|
Replies: 46
Views: 3,404
Hi Seth, a couple of questions
Do the...
Hi Seth, a couple of questions
Do the --prp-top-percent and --min-merit handles still work?
Will the program pick up automatically after either ctrl c is pressed, or the power outage, or...
|
Forum: Prime Gap Searches
2021-02-03, 16:59
|
Replies: 31
Views: 12,141
|
Forum: Prime Gap Searches
2020-12-15, 17:19
|
Replies: 46
Views: 3,404
|
Forum: Prime Gap Searches
2020-12-13, 23:06
|
Replies: 46
Views: 3,404
|
Forum: Prime Gap Searches
2020-12-13, 12:34
|
Replies: 46
Views: 3,404
Thanks Seth
Installed on my big machine -...
Thanks Seth
Installed on my big machine - effortless this time.
The last few questions for today question:
$ ./gap_test.py --unknown-filename 907_53970_1_10000_s15000_l1000M.txt...
|
Forum: Prime Gap Searches
2020-12-13, 11:38
|
Replies: 46
Views: 3,404
|
Forum: Prime Gap Searches
2020-12-13, 10:57
|
Replies: 46
Views: 3,404
|
Forum: Prime Gap Searches
2020-12-11, 08:57
|
Replies: 46
Views: 3,404
|
Forum: Prime Gap Searches
2020-12-10, 18:06
|
Replies: 46
Views: 3,404
|
Forum: Prime Gap Searches
2020-12-10, 11:59
|
Replies: 127
Views: 21,407
Hi henryzz
I think you are right, over the...
Hi henryzz
I think you are right, over the long run, deficient primorial offsets are not as efficient as defiicent primorials around the centre point, but they still provide a pretty sparse set of...
|
Forum: Prime Gap Searches
2020-12-10, 09:47
|
Replies: 46
Views: 3,404
Hi Seth
I don't know what software one needs...
Hi Seth
I don't know what software one needs to have, but searchers like me work in a Windows environment, or have the ability to emulate some other environments through a Windows shell.
Any...
|
Forum: Prime Gap Searches
2020-12-05, 10:24
|
Replies: 233
Views: 42,272
|
Forum: Prime Gap Searches
2020-12-02, 08:00
|
Replies: 233
Views: 42,272
|
Forum: Prime Gap Searches
2020-11-28, 13:48
|
Replies: 233
Views: 42,272
For very large gaps I used the sieve_primes...
For very large gaps I used the sieve_primes routine and then pfgw. Here is a ready to use perl program - clearly change your variables. It produces a pfgw-ready file.
#!/usr/bin/env perl
#...
|
Forum: Puzzles
2020-11-28, 11:23
|
Replies: 34
Views: 2,373
Got to love it.
The newspapers need to be...
Got to love it.
The newspapers need to be told - the World needs to know :alien:
I suggest the Daily Mail or the Sun in the UK, and Fox News for the telly. And the boys and girls in QAnon, and...
|
Forum: Puzzles
2020-11-26, 11:01
|
Replies: 34
Views: 2,373
|
Forum: Prime Gap Searches
2020-11-14, 09:05
|
Replies: 233
Views: 42,272
Cool!
The megagaps I found were based on a...
Cool!
The megagaps I found were based on a deep sieve of promising candidates (perl program) and pfgw for the intermediate composite checking. My largest gap (5m+) took three months to find.
|