![]() |
|
|
#353 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
24·593 Posts |
Quote:
2*k*(3139*2^3321905-1)+-1 k should be around a few hundred, because 3139*2^3321905-1 has 999,997 digits. But of course, one will only get lucky after trying a few million k values, so it will be a bit overshot. |
|
|
|
|
|
|
#354 |
|
May 2007
Kansas; USA
101·103 Posts |
Perhaps the best approach would be to do a fixed-n search and vary k for the simpler forms k*2^3321925-1 and k*2^3321925+1. Once again, you'd overshoot by a few digits before finding a prime but I can't think of a faster approach. To keep getting closer and closer, you could keep lowering the n-values by 1 and start from a slightly higher k-value, i.e. k*2^3321924-1 and k*2^3321924+1 where k>2 or k*2^3321923-1 and k*2^3321923+1 where k>4. This would give you more possible tests at the exact 1,000,000 digit level.
|
|
|
|
|
|
#355 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
948810 Posts |
And yet faster approach is to vary 2<=b<=2^20, 1<=k<=K, n~=log10b*999999-X in very narrow K limits (a few thousand, perhaps), with X a few digits below mega10digit limit. Child's play.
|
|
|
|
|
|
#356 | |
|
May 2007
Kansas; USA
101·103 Posts |
Quote:
BTW, is 10^999999+736939 the smallest 1,000,000-digit base 10 PRP that was found? |
|
|
|
|
|
|
#357 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
224208 Posts |
of course not. That's a composite! ;-)
______________ 1791777*2^3321904+1 is composite: RES64: [3EF30AB81F9A16F4] (16743.0616s+0.0004s) Damn! A composite, too! (one of the smallest survivors in k*2^3321900+1 just-for-fun sieve). One down, a few million more to go. ;-) Last fiddled with by Batalov on 2013-01-25 at 23:40 |
|
|
|
|
|
#358 |
|
Romulan Interpreter
Jun 2011
Thailand
23×419 Posts |
And who says that a composite can't be PRP base 10?
|
|
|
|
|
|
#359 |
|
May 2007
Kansas; USA
101×103 Posts |
Well...a quick sieve found no factors < 10G for 10^999999+736939 so it would have been very lucky for you to pull that number out of
your head unless you pulled it out of the sieve file from the effort, which I do not have available to me. Edit: It looks like you would have had < 5% chance of pulling a random odd c-value for the form 10^999999+c and having it survive a sieve to 10G. :-) Last fiddled with by gd_barnes on 2013-01-25 at 12:21 Reason: edit |
|
|
|
|
|
#360 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
Quote:
Well... mega really does mean 10^6, being an SI prefix. Its use in the computer world to mean 2^20 is a side effect of the unfortunate (from this point of view) fact that 2^(x*10) ~ 10^(x*3), or equivalently that log210 ~ 3 (that is, approximately an integer). According to the International Electrotechnical Commission, the preferred prefix for 2^20 is mebi. I completely agree on the PRP/prime thing; as for the base thing, in my book "digit" is pretty pretty unambiguously base ten. "bit" or "binary digit" would mean base 2; thus it would be best termed a megadigit PRP search (megaPRP is still rather ambiguous). Also note that originally the thread did refer to actual primes, but devolved to PRP only since that's the only practical thing at the moment. [/pedantism] ![]() Man, that homework must have really gotten to me
|
|
|
|
|
|
|
#361 |
|
Jun 2009
22×32×19 Posts |
R6 tested n=1300k to 1400k, no prime.
|
|
|
|
|
|
#362 |
|
Jun 2009
22×32×19 Posts |
Not very much going on here, so I'll take n=1400k to n=1500k.
|
|
|
|
|
|
#363 |
|
Jun 2009
22·32·19 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Riesel base 16 - team drive #2 | gd_barnes | Conjectures 'R Us | 213 | 2014-02-26 09:35 |
| Sierp base 63 - team drive #5 | rogue | Conjectures 'R Us | 146 | 2011-04-20 05:12 |
| Sieving drive Riesel base 6 n=1M-2M | gd_barnes | Conjectures 'R Us | 40 | 2011-01-22 08:10 |
| Sieving drive Riesel base 6 n=150K-1M | gd_barnes | Conjectures 'R Us | 27 | 2009-10-08 21:49 |
| Riesel base 3 - mini-drive I | gd_barnes | Conjectures 'R Us | 199 | 2009-09-30 18:44 |