![]() |
|
|
#210 | |
|
Aug 2006
135338 Posts |
Quote:
The guideline is *not* predicting when a keylength will be crackable, but rather a 'safe harbor' of when it should not be crackable. |
|
|
|
|
|
|
#211 | |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
Quote:
Random GFN prime: 66401024 + 1 (3914 digits) .. Proth + GFN prime: 286 * 186128+1 (293 digits) Last fiddled with by 3.14159 on 2010-07-23 at 15:43 |
|
|
|
|
|
|
#212 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
22·32·173 Posts |
Quote:
|
|
|
|
|
|
|
#214 | |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
Quote:
Last fiddled with by 3.14159 on 2010-07-23 at 15:49 |
|
|
|
|
|
|
#215 |
|
Mar 2006
Germany
1011010111002 Posts |
|
|
|
|
|
|
#216 | |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
Quote:
Example of a Proth-GFN prime: 7296 * 1296512+1 Last fiddled with by 3.14159 on 2010-07-23 at 16:03 |
|
|
|
|
|
|
#217 | |
|
Aug 2006
3·1,993 Posts |
Quote:
|
|
|
|
|
|
|
#218 |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
Searching for Proth-GFNs, exponent: 8192, base: 1296. Range of k: 2 to 70000. (This is about 25500 digits, by the way. I need a closer 2nd place.)
Based on that.. There are 5293 candidates. Out of 69999 candidates: About 1 in 11 should be prime. Wait, wait, wait: It's actually 1 in 58718. Only one number should be prime in this entire search. Well, the search shall continue on, in that case.
Last fiddled with by 3.14159 on 2010-07-23 at 16:52 |
|
|
|
|
|
#219 |
|
Aug 2006
3×1,993 Posts |
Using the approximation P(n is prime) = 1/(log (n) + 1) I get 1.19 expected primes. But adding in the effect of the small prime divisors of the numbers I get 3.97 expected primes instead:
Code:
l=8192*log(1296)+1;sum(k=2,70000,1/(l+log(k)))
stuff(n)={my(f=factor(6*n)[,1]);prod(i=1,#f,f[i]/(f[i]-1))};
l=8192*log(1296)+1;sum(k=2,70000,stuff(k)/(l+log(k)))
Last fiddled with by CRGreathouse on 2010-07-23 at 17:24 Reason: made code easier to follow, though a bit slower |
|
|
|
|
|
#220 | |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
Quote:
Last fiddled with by 3.14159 on 2010-07-23 at 17:44 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wheel Factorization | a1call | Factoring | 11 | 2017-06-19 14:04 |
| Efficient Test | paulunderwood | Computer Science & Computational Number Theory | 5 | 2017-06-09 14:02 |
| LL tests more credit-efficient than P-1? | ixfd64 | Software | 3 | 2011-02-20 16:24 |
| A Wheel | storm5510 | Puzzles | 7 | 2010-06-25 10:29 |
| Most efficient way to LL | hj47 | Software | 11 | 2009-01-29 00:45 |