![]() |
|
|
#89 |
|
"Nancy"
Aug 2002
Alexandria
2,467 Posts |
These numbers are, in fact, correct. 140 = 2 * 2 * 5 * 7, so we can try to factor 376^70+1 and divide out the algebraic factor 376^14+1 (makes a degree 4 polynomial and leaves difficulty 144) or 376^10+1 (makes a degree 6 polynomial and leaves difficulty 155). If you force degree 5, phi.c can't divide out any algebraic factors at all, so the difficulty is 70*log_10(376)=180 there.
If you wanted to divide out both algebraic factors, you'd get a degree 24 polynomial. That is way too high. Since that polynomial would by self-reciprocal you could use the degree halving trick, but degree 12 is still way too high. Sorry - you can make use of only one algebraic factor here. If ECM could find a factor up to, say, 35 digits, you'd have an easy MPQS number. Note: the "376^70-1" on the first comment line has the minus wrong, that should be a plus. To be fixed. Alex |
|
|
|
|
|
#90 | |
|
Oct 2004
tropical Massachusetts
3·23 Posts |
Quote:
-- Sam |
|
|
|
|
|
|
#91 | |
|
"Frank <^>"
Dec 2004
CDP Janesville
41128 Posts |
Quote:
Can you recompile phi.c to take its input from a text file rather than the command line? I want to generate some polys on a Win98 system, but the numbers are too long to input because of limited line length, and it won't let me redirect the input from a file. Frank |
|
|
|
|
|
|
#92 |
|
"Nancy"
Aug 2002
Alexandria
2,467 Posts |
Will a fix that allows reading the number from stdin work for you?
Alex Last fiddled with by akruppa on 2007-05-11 at 09:58 |
|
|
|
|
|
#93 |
|
"Nancy"
Aug 2002
Alexandria
46438 Posts |
In case it does, try this patch. Unfortunately I can't build Windows executables while at work, but maybe someone with Windows and MinGW can do it? Otherwise, I could do it over the weekend.
Alex |
|
|
|
|
|
#94 | |
|
"Frank <^>"
Dec 2004
CDP Janesville
2·1,061 Posts |
Quote:
|
|
|
|
|
|
|
#95 |
|
"Nancy"
Aug 2002
Alexandria
2,467 Posts |
Last fiddled with by akruppa on 2007-05-13 at 16:43 |
|
|
|
|
|
#96 | |
|
"Frank <^>"
Dec 2004
CDP Janesville
2×1,061 Posts |
Quote:
|
|
|
|
|
|
|
#97 |
|
Jul 2005
38610 Posts |
What about a script for Homogeneous Cunningham numbers (a^n +/- b^n) (i.e., takes a, b, n, known factors) and spits out an SNFS poly file?
I'm going to try and knock up my own based but someone else might have already done it... |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Modern parameter choice for large 14e/small 15e projects | VBCurtis | Factoring | 29 | 2016-02-12 20:45 |
| PFGW can't find a small factor. | Arkadiusz | Software | 7 | 2013-02-18 12:43 |
| newbie question - finding small factors of very large numbers | NeoGen | Math | 7 | 2007-03-13 00:04 |
| Problems with Large FFT but not Small FFT's? | RichTJ99 | Hardware | 2 | 2006-02-08 23:38 |
| Number with small factor: Further factorization? | Mystwalker | GMP-ECM | 3 | 2005-05-02 08:31 |