![]() |
|
|
#408 | |
|
Nov 2003
Thailand
11 Posts |
Quote:
|
|
|
|
|
|
|
#409 |
|
Jul 2004
Estonia
3×13 Posts |
M3321928699 no factor from 2^68 to 2^69.
M3321929053 no factor from 2^68 to 2^69. M3321929059 no factor from 2^68 to 2^69. M3321929113 no factor from 2^68 to 2^69. I'll take M3321929173, M3321929179, M3321929197 and M3321929209 to 69 bits. Andres |
|
|
|
|
|
#410 | |
|
Dec 2003
Paisley Park & Neverland
101110012 Posts |
Quote:
|
|
|
|
|
|
|
#411 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
22·23·107 Posts |
Here is the latest graph. The orange-brown line is the current. The blue line is the previous update, July 16 (~1 month).
I am willing to hear suggestions on if I should include 1, 2, or more previous graphs. |
|
|
|
|
|
#412 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
22×23×107 Posts |
I'll claim 3321928417 up to 69.
|
|
|
|
|
|
#413 |
|
Jul 2004
Estonia
3×13 Posts |
M3321929173 no factor from 2^68 to 2^69.
M3321929179 no factor from 2^68 to 2^69. M3321929197 no factor from 2^68 to 2^69. M3321929209 no factor from 2^68 to 2^69. And I reserve M3321929411, M3321929519, M3321929563, M3321929573, M3321929579 and M3321929617. I'll factor these to 69 bits. Also about the factor of M3321929461 I recently found. I let the program to search up to 68 bits. Shouldn't in the results table be then 68 rather than 67 bits of factored depth? Cheers, Andres |
|
|
|
|
|
#414 | |
|
"William"
May 2003
New Haven
2·7·132 Posts |
Quote:
However, it might be possible to program a Miller-Rabin test for, say, numbers up to 128 bits. Then you could have the GPU perform a PRP test on future trial factors at the same time you were performing a trial factor in the CPU. To get the best out of this you probably restructure your program to find the next 25 candidates or so. You assign the GPU the first candiate above level 10 that hasn't been PRP'd. If you get to level 15 you start asking the GPU to perform multiple PRP tests on each candidate. I don't know enough to tell if this is feasible. If it is feasible, then to make it happen, somebody should probably code a GPU Miller-Rabin test and a C wrapper for the communications, then try to get the people that write the Siever and Trial Factor programs in various projects interested in using it. William |
|
|
|
|
|
|
#415 | |
|
Jun 2003
5,087 Posts |
Quote:
|
|
|
|
|
|
|
#416 | |
|
"William"
May 2003
New Haven
2·7·132 Posts |
Quote:
I was thinking that the trial divisors are small compared to the Billion Digit candidates, but that isn't the right comparison. If the trial divisor is t, the Miller-Rabin test required us to calculate 3t mod t, while the trial division requires us to calculate 23,321,928,171 mod t. Since t is much larger the 3,321,928,171, the trial division is faster. It could still be used - the trial division program would send some tests to the CPU and some to the GPU. It doesn't generalize as well for cross-application to things like the SOB siever, though. William |
|
|
|
|
|
|
#417 |
|
"William"
May 2003
New Haven
2·7·132 Posts |
Luigi,
I've been cutting the "d" value from factor3_2 and pasting it into Dario Alpern's Java factoring applet to see how often the d values are really prime. I was surprised to find one of the d values was divisible by 7; another was divisible by 29. Is this supposed to happen, or does it indicate a problem? William |
|
|
|
|
|
#418 | |
|
"William"
May 2003
New Haven
2·7·132 Posts |
Quote:
William |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ten Billion Digits Mersenne Numbers | aketilander | Operation Billion Digits | 14 | 2021-02-27 07:14 |
| The "one billion minus 999,994,000" digits prime number | a1call | Miscellaneous Math | 179 | 2015-11-12 14:59 |
| Operation Megabit Twin | Oddball | Twin Prime Search | 370 | 2013-01-03 21:26 |
| modulo operation for polynomials? | smslca | Math | 3 | 2011-04-18 17:18 |
| question range 1 billion to 2 billion? | Unregistered | Information & Answers | 7 | 2010-08-12 06:25 |