![]() |
|
|
#12 |
|
Dec 2011
22×32 Posts |
I believe my proof that MM127 is valid but part of my argument is debateable.
Attached is a copy of my reasoning. I would appreciate any input as to any possible modifications. Many thanks for your support. Stan. |
|
|
|
|
|
#13 |
|
Jun 2003
2·3·7·112 Posts |
I am not sure I understand your theory. Are you saying that:
M(p) with p==3 (mod 4) is prime if the smallest prime of the form (2kp+1) == 7 (mod 8) does not divide M(p)? If so, there are plenty of counterexamples. If not, you need to clarify your theory. |
|
|
|
|
|
#14 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
the number a=19396094914493492417412352623610788052879 you give for MM127 doesn't work:
Code:
(09:14) gp > Mod(2,19396094914493492417412352623610788052879)^(1<<127-1) %6 = Mod(12878846122774700542942977398640678236038, 19396094914493492417412352623610788052879) edit2: your condition that 2*p+1 is always composite in this case fails though: Code:
(09:24) gp > w=parselect(v->v%8==7 && isprime(2*v+1),primes(100)) %7 = [23, 191, 239, 359, 431] Code:
(09:24) gp > w=parselect(v->v%4==3 && isprime(2*v+1),primes(100)) %8 = [3, 11, 23, 83, 131, 179, 191, 239, 251, 359, 419, 431, 443, 491] edit4: okay I keep confusing myself for some reason but if Last fiddled with by science_man_88 on 2015-05-10 at 12:53 |
|
|
|
|
|
#15 |
|
Dec 2011
22·32 Posts |
Please supply a counterexample with k = 4n + 1 and I will have to think again.
|
|
|
|
|
|
#16 |
|
"Forget I exist"
Jul 2009
Dumbassville
838410 Posts |
I know I'm failing to comprehend something but most of these things are possible even when p=1 mod 4, 2^p-1 with p>2 will always be 7 mod 8, therefore the factor setup other than form it takes on is the same I guess I'm still missing what leads to the contradiction part of it for some reason. if we could figure out for when p= 1 mod 4 and then both types of p but with 2*p+1 prime though we know in one case it divides the mersenne number and the other case of those last two it divides the generalized fermat number above a mersenne I think
|
|
|
|
|
|
#17 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
you forgot to state n>0 like in your conditions otherwise 2p+1 being prime is a counter, just thought I'd say that much. edit: why is my brain not working.
Last fiddled with by science_man_88 on 2015-05-10 at 18:20 |
|
|
|
|
|
#18 |
|
Einyen
Dec 2003
Denmark
2×1,579 Posts |
It seems you think all factors are of the form 8up+2p+1. Normally we write factors on the form: 2kp+1 (proof), so in your case k=4u+1, but k can take other values besides those.
Many of the factors for this exponent does not have k=4u+1: http://www.mersenne.org/report_expon...448359&exp_hi= You also seem to say that there cannot be 2 factors of the form 8up+2p+1 for the same mersenne number Mp, but 23790831079 and 10605046177199 from the exponent above both fit that form. Last fiddled with by ATH on 2015-05-10 at 20:19 |
|
|
|
|
|
#19 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
Last fiddled with by science_man_88 on 2015-05-10 at 20:59 |
|
|
|
|
|
|
#20 | |
|
Einyen
Dec 2003
Denmark
2×1,579 Posts |
Quote:
45315868721 = 2*40*566448359 + 1, so k=40 which is not 4n+1, and several of the other factors of that exponent does not fit k=4n+1 either. In fact the only k's that never work for any prime exponent p are of the form k=4n+2, because those leads to factors 2kp+1 which is not +/1 (mod 8). Last fiddled with by ATH on 2015-05-10 at 21:51 |
|
|
|
|
|
|
#21 | |
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
Quote:
|
|
|
|
|
|
|
#22 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
224268 Posts |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is MM127 a PRP? | aketilander | Operazione Doppi Mersennes | 6 | 2012-10-31 16:02 |
| MM127 | antimath | Lone Mersenne Hunters | 12 | 2012-01-11 03:46 |
| MM127 | Dougal | LMH > 100M | 26 | 2009-12-13 09:57 |
| Is MM127 Prime? Just a Poll | jinydu | Miscellaneous Math | 57 | 2008-11-08 17:48 |
| MM127 Checkout Page | clowns789 | Lone Mersenne Hunters | 44 | 2004-09-30 08:06 |