![]() |
|
|
#760 |
|
"Jane Sullivan"
Jan 2011
Beckenham, UK
4048 Posts |
OK. I'm sorry for any confusion.
Consider M63,697,411. This can be expressed as a^n - b^n, where a = 2, b = 1 and n = 63697411. Factor 1298457663977336673423680303 = 2kn + 1 n = 63697411 k = 19^2 × 29 × 37 × 761 × 94219 × 366983 Now consider what I'm asking, which is If 2kn + 1 | a^n ± b^n and we know k and n, can we find a and b and, if so, how? For an example of this I took your factor, and split it differently into k and n, giving Number = a^n ± b^n Factor 1298457663977336673423680303 = 2kn + 1, for different k and n n = 366983 k = 19^2 × 29 × 37 × 761 × 94219 × 63697411 According to Legendre's theorem, this ought to be possible. I'm asking how we can do it. Put it another way: You started with a (=2), b (=1) and n (=63697411), and found factor p (=1298457663977336673423680303). I'm starting with p (=1298457663977336673423680303) and n (=366983, which we know is a factor of p-1) and want to find a and b. Can this be done, and, if so, how? |
|
|
|
|
|
#761 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
2·47·101 Posts |
For a=2, b=1, and unknown n (i.e. "We know a factor p of Mn, but lost the n value" with presumably prime n):
Code:
# pari/gp ? p=1298457663977336673423680303; ? f=factor((p-1)/2)[,1] %4 = [19, 29, 37, 761, 94219, 366983, 63697411]~ ? for(k=1,#f,if(Mod(2,p)^f[k]==1,print(f[k]))) 63697411 For known n, unknown (a,b), with |b|<a<N: similar, but make an array of modular values and then scan pairs (a,b) to match them to be equal (or to add up to 0, for the an+bn case). For unknown n, unknown (a,b): combine these recipes. |
|
|
|
|
|
#762 |
|
Jun 2013
107 Posts |
|
|
|
|
|
|
#763 |
|
"GIMFS"
Sep 2002
Oeiras, Portugal
147310 Posts |
Did you eventually manage to report them? After the server hiccup of last morning, I mean.
|
|
|
|
|
|
#764 |
|
Sep 2002
17·47 Posts |
P-1 found a factor in stage #1, B1=580000.
UID: Jwb52z/Clay, M65699873 has a factor: 33015871761096951139589759831 94.737 bits. |
|
|
|
|
|
#765 |
|
Jun 2013
107 Posts |
|
|
|
|
|
|
#766 |
|
"Oliver"
Mar 2005
Germany
45716 Posts |
YACS2F (yet another composite stage #2 factor):
P-1 found a factor in stage #2, B1=580000, B2=11455000. New personal highscore for a prime P-1 factor: P-1 found a factor in stage #2, B1=560000, B2=11200000, E=12.Oliver |
|
|
|
|
|
#767 | |
|
Jan 2013
109 Posts |
Quote:
Last fiddled with by prgamma10 on 2013-08-04 at 16:45 |
|
|
|
|
|
|
#768 | |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
Quote:
|
|
|
|
|
|
|
#769 |
|
Sep 2002
17·47 Posts |
P-1 found a factor in stage #1, B1=755000.
UID: Jwb52z/Clay, M69551917 has a factor: 29928764437580757262509857 84.630 bits. |
|
|
|
|
|
#770 | |
|
P90 years forever!
Aug 2002
Yeehaw, FL
7,537 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A new factor of F11?! | siegert81 | FermatSearch | 2 | 2018-01-24 04:35 |
| A fond farewell | rogue | Lounge | 10 | 2008-11-21 05:25 |
| who can factor 10^100+27? | aaa120 | Factoring | 17 | 2008-11-13 19:23 |
| New factor | fivemack | ElevenSmooth | 4 | 2008-05-07 19:28 |
| Shortest time to complete a 2^67 trial factor (no factor) | dsouza123 | Software | 12 | 2003-08-21 18:38 |