![]() |
|
|
#430 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Quote:
forstep(n=1,100,2,if(isprime(10^2000+n),print(n))) is what I've been using up to you what n you search. |
|
|
|
|
|
|
#431 |
|
Aug 2006
3×1,993 Posts |
OK, so #19 as stated definitely covers precisely those primes greater than 10^1999. It suffices to use
|
|
|
|
|
|
#432 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
|
|
|
|
|
|
#433 | |
|
Aug 2006
135338 Posts |
Quote:
10^1999 is the first 2000-digit number, just like 10^9 is the first 10-digit number. Last fiddled with by CRGreathouse on 2010-09-08 at 13:39 |
|
|
|
|
|
|
#434 |
|
Aug 2006
3·1,993 Posts |
I have verified the primality of 7984559573504259856359124657, a p28, through trial division.
|
|
|
|
|
|
#435 | |
|
May 2010
Prime hunting commission.
69016 Posts |
Quote:
Odds: 1 in 7294. So, 1 n 7294 candidates should be prime. Each test should take about 10 minutes. 10 * 7294 = 72940 minutes ≈ 52 days. Actually, it is 8.5 minutes. 8.5 * 7294 ≈ 43 days. Last fiddled with by 3.14159 on 2010-09-09 at 02:30 |
|
|
|
|
|
|
#436 |
|
Aug 2006
3·1,993 Posts |
That's your prerogative. I spent many hours trial-dividing (though, happily, my prediction on its timing was accurate -- I guessed the completion time within 5 minutes!).
Of course, your skepticism bolsters one of my points on this category: it's essentially unverifiable. By contrast, if we were using modern algorithms, we could provide certificates: Code:
[2 5 1] [3 3 1] [11 3 1] [103 3 1] [149 2 1] [9376643 3 1] Last fiddled with by CRGreathouse on 2010-09-09 at 04:12 |
|
|
|
|
|
#437 |
|
Aug 2006
3×1,993 Posts |
|
|
|
|
|
|
#438 | |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
Quote:
|
|
|
|
|
|
|
#439 |
|
May 2010
Prime hunting commission.
32208 Posts |
Code:
[2 5 1] [3 3 1] [11 3 1] [103 3 1] [149 2 1] [9376643 3 1] Last fiddled with by 3.14159 on 2010-09-09 at 04:28 |
|
|
|
|
|
#440 | |
|
Aug 2006
3×1,993 Posts |
Quote:
Basically, I'm interested in things that will expand my mind rather than simply test the speed of my CPU. When there's a good reason I'll use powerful tools outside of Pari, but for the most part if I need other tools I'm in the range of brute CPU calculations that I don't care about. |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prime posting thread, part 2. (With a catch.) | 3.14159 | Miscellaneous Math | 55 | 2010-11-19 23:55 |
| Tiny range request .... 555.1M | petrw1 | LMH > 100M | 1 | 2010-07-13 15:35 |
| Other primes thread | nuggetprime | No Prime Left Behind | 32 | 2009-10-21 21:48 |
| Error: tiny factoring failed | 10metreh | Msieve | 26 | 2009-03-08 23:28 |
| Tiny error on nfsnet pages. | antiroach | NFSNET Discussion | 1 | 2003-07-08 00:27 |