Forum: Prime Gap Searches
2021-09-07, 09:06
|
Replies: 48
Views: 7,290
|
Forum: Miscellaneous Math
2021-02-20, 13:58
|
Replies: 72
Views: 7,185
Mathematica has some very spiffy front end...
Mathematica has some very spiffy front end processing, plus plotting and so on, but the back end speed was nothing special for bulk processing back when I tested it. It was slower than Pari/GP when...
|
Forum: Prime Gap Searches
2021-02-12, 14:10
|
Replies: 269
Views: 76,863
|
Forum: Prime Gap Searches
2020-09-30, 04:38
|
Replies: 269
Views: 76,863
:lol:All my computers have been packed away...
:lol:All my computers have been packed away turned off for the last 1.5 years. Maybe when Covid-19 settles down and I return to the USA I'll get them going again. I feel bad for not keeping up with...
|
Forum: Prime Gap Searches
2020-09-11, 02:15
|
Replies: 138
Views: 37,141
|
Forum: Miscellaneous Math
2020-09-01, 11:59
|
Replies: 10
Views: 3,275
|
Forum: Computer Science & Computational Number Theory
2020-08-30, 11:31
|
Replies: 40
Views: 34,478
|
Forum: Factoring
2020-06-10, 04:30
|
Replies: 13
Views: 10,036
|
Forum: Computer Science & Computational Number Theory
2020-05-24, 12:35
|
Replies: 40
Views: 34,478
|
Forum: Prime Gap Searches
2019-05-03, 11:28
|
Replies: 45
Views: 9,298
|
Forum: Prime Gap Searches
2019-05-01, 16:31
|
Replies: 45
Views: 9,298
$ perl -Mntheory=:all -E...
$ perl -Mntheory=:all -E 'prime_set_config(verbose=>2); say for sieve_prime_cluster(0,1e14,2,6,8,18,20,30,32,36,38,48,50,60,62,78,80);'
cluster sieve found 1 residues mod 30
cluster sieve found 1...
|
Forum: Prime Gap Searches
2019-05-01, 16:28
|
Replies: 45
Views: 9,298
|
Forum: Programming
2019-04-24, 13:07
|
Replies: 7
Views: 10,646
It is about time. I know WraithX submitted his...
It is about time. I know WraithX submitted his code to them years ago. IIRC it is a slower than mine, though in a nice neat library. I'd like to see either a standard Selfridge strong Lucas test,...
|
Forum: Factoring
2019-04-03, 15:28
|
Replies: 55
Views: 7,939
|
Forum: Factoring
2019-04-02, 21:13
|
Replies: 55
Views: 7,939
|
Forum: Forum Feedback
2019-03-27, 17:35
|
Replies: 17
Views: 5,451
|
Forum: Miscellaneous Math
2019-03-21, 16:36
|
Replies: 5
Views: 1,069
Good point. The sources don't even include a...
Good point. The sources don't even include a range for a in the theorems so they side-step it that way. Only when one has to actually go implement something to *find* a suitable value does this...
|
Forum: Puzzles
2019-03-21, 16:33
|
Replies: 218
Views: 64,292
|
Forum: Miscellaneous Math
2019-03-21, 16:12
|
Replies: 5
Views: 1,069
|
Forum: Miscellaneous Math
2019-03-10, 03:39
|
Replies: 5
Views: 1,101
|
Forum: Twin Prime Search
2019-03-09, 14:40
|
Replies: 8
Views: 9,264
|
Forum: Prime Gap Searches
2019-03-09, 01:16
|
Replies: 23
Views: 3,975
|
Forum: Prime Gap Searches
2019-03-08, 22:13
|
Replies: 23
Views: 3,975
Some simple transforms of Robert's code give a...
Some simple transforms of Robert's code give a ~2x speedup, or about 22e9/hour on a single-thread Macbook.
But then perhaps we notice that oneminus and oneplus are just the last and current prime...
|
Forum: Lounge
2019-03-04, 04:58
|
Replies: 108
Views: 14,752
|
Forum: Software
2019-03-02, 05:39
|
Replies: 19
Views: 3,656
Mathematica is a nice general purpose program. ...
Mathematica is a nice general purpose program. But it really isn't the fastest at a lot of things. Good GMP code or specific programs for operations can often be quite a bit faster. As others have...
|