![]() |
|
|
#1640 |
|
"Nathan"
Jul 2008
Maryland, USA
5×223 Posts |
February 3, 2015 All exponents below 33,219,253 (10 million digits) double-checked.
Just because I'm feeling extra nitpicky this afternoon: 33,219,253 in the above should really be 33,219,281. Last fiddled with by NBtarheel_33 on 2015-02-04 at 20:00 |
|
|
|
|
|
#1641 | |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
3·17·193 Posts |
Quote:
|
|
|
|
|
|
|
#1642 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
I don't remember where or how I came up with 33219280 as the magic number, but that's what I was using as a basis. I don't have the energy to double-check right now... past my bedtime.
|
|
|
|
|
|
|
#1643 |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Maybe I can look at the milestone list and double-check, add the missing n-millionth items and verify the ones listed. They're probably okay.
|
|
|
|
|
|
#1644 | |
|
Jun 2003
5,087 Posts |
Quote:
)
|
|
|
|
|
|
|
#1645 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
13·479 Posts |
|
|
|
|
|
|
#1646 | |
|
Romulan Interpreter
Jun 2011
Thailand
26·151 Posts |
Quote:
![]() Code:
gp > ceil(33219277*log(2)/log(10)) time = 1 ms. %1 = 9999999 gp > ceil(33219278*log(2)/log(10)) time = 1 ms. %2 = 10000000 gp > length(Str(1<<13-1)) %3 = 4 gp > length(Str(1<<14-1)) %4 = 5 gp > length(Str(1<<33219277-1)) time = 14,928 ms. %5 = 9999999 gp > length(Str(1<<33219278-1)) time = 15,241 ms. %6 = 10000000 gp > precprime(33219278) time = 1 ms. %7 = 33219253 gp > nextprime(33219278) %8 = 33219281 gp > |
|
|
|
|
|
|
#1647 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
13·479 Posts |
Quote:
(10^7-1)/log10(2) = 33,219,277.62..... And no more than 10 digits of precision needed. The next decade is: (10^8-1)/log10(2) = 332,192,806.16... |
|
|
|
|
|
|
#1648 |
|
Romulan Interpreter
Jun 2011
Thailand
26×151 Posts |
|
|
|
|
|
|
#1649 | |
|
Romulan Interpreter
Jun 2011
Thailand
26·151 Posts |
Quote:
(and then start thinking what happens with the exponents in between...)
|
|
|
|
|
|
|
#1650 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
So I should say "All exponents below *or equal to* blah blah have been double-checked" I guess that's one thing in favor of using the language "up to" which is inclusive. I'm looking at the milestone page and with all the stuff in there for the n-millionth stuff it's a little cluttered as time goes on, so maybe I'll try to organize it better... I'll make the change then. FYI, looking at the database to try and figure out milestone dates is a little more daunting since triple-checks or other things are sometimes done, so I can't just look at the last date of a result in a certain exponent range. I'll have to do a little SQL magic to work out the actual date a single or double-check came in. The smaller exponents won't necessarily have that info in the v5 database either...maybe in the v4 database. :) |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Newer X64 build needed | Googulator | Msieve | 73 | 2020-08-30 07:47 |
| Performance of cuda-ecm on newer hardware? | fivemack | GMP-ECM | 14 | 2015-02-12 20:10 |
| Cause this don't belong in the milestone thread | bcp19 | Data | 30 | 2012-09-08 15:09 |
| Newer msieves are slow on Core i7 | mklasson | Msieve | 9 | 2009-02-18 12:58 |
| Use of large memory pages possible with newer linux kernels | Dresdenboy | Software | 3 | 2003-12-08 14:47 |