![]() |
![]() |
#1 |
Feb 2004
France
937 Posts |
![]()
Hi,
I've found (by computation) a property that looks interesting. This property applies only to Mersenne numbers This properties is true for q=5,13,17 and false for q=29 . (Why so few examples ? Because it takes hours or days to find these numbers !) For q=5,13,17, there is a number R that has the following properties: q=5 -> R=12 q=13 -> R=394 q=17 -> R=41127 For q=29 there are 4 numbers R such that 874680 , 37882537 , 137237467 , 199174227 . But T is not equal to R+1 , and R*T (mod M_q) is not equal to 1. So, I have the following conjecture: For q=1 (mod 4) , if there exists 1 and only 1 number that verifies properties (1), (2) and (3) , then M_q is prime . Very nice ! Isn't it ? The only very small problem is: HOW CAN WE FIND THESE NUMBERS R ? (I have NO idea yet !) If one can find the formula that generates R, then we have a VERY fast test for Mersenne numbers ! (but I guess the cost of finding R is comparable to the LLT ... so this would be of no real use.) Any help is welcome ! Regards, Tony Last fiddled with by T.Rex on 2005-09-10 at 21:05 |
![]() |
![]() |
![]() |
#2 |
Feb 2004
France
937 Posts |
![]()
A simple PARI/gp code for finding R is :
q=13;M=2^q-1 for(i=1,(M-1)/2, j=(i^2-2)%M; if((M-j)==i+1, print(i))) For a great M, one should start i with a number such that i^2> M . |
![]() |
![]() |
![]() |
#3 |
Jul 2003
Thuringia; Germany
2×29 Posts |
![]()
Hi T.Rex!
Your Conjecture is false! All conditions are equal: R^2+R-1=0 mod M, this means R_{1/2}= -1/2 +- \sqrt{1/4+1}= (-1+-sqrt(5))/2. For q=5 we have M=31 and sqrt(5)= +-6, thus we have R_1=(-1-6)/2=12 AND R_2=(-1+6)/2=18. So For M=31 R_2=18 is also a solution! Cyrix |
![]() |
![]() |
![]() |
#4 | |||
Feb 2004
France
937 Posts |
![]() Quote:
Quote:
I found this too after I switched off my PC and read my post quietly. That means properties (1), (2) and (3) are the same: Quote:
Since In fact, if you replace R by -(R+1) in property (P), you have: So, if R is a solution of (P), then -(R+1) is also a solution. So I propose to reformulate the conjecture: For -(R+1) is called the dual solution of (P). Do you agree with this new conjecture ? Now, we have 2 problems: - provide a proof ! - find a way to build this mysterious number R ! Help is welcome ! Also, finding R for other q would be great ! But the next one is: 89 . It may take months or years of computation before finding R_89 ... Regards, Tony Last fiddled with by T.Rex on 2005-09-11 at 09:40 |
|||
![]() |
![]() |
![]() |
#5 |
Jul 2003
Thuringia; Germany
728 Posts |
![]()
Hi T.Rex!
For prime Yours, Cyrix |
![]() |
![]() |
![]() |
#6 |
Feb 2004
France
3A916 Posts |
![]()
Hi Cyrix,
Sorry, I do not see the link between (5/M_q) and the conjecture. I know the quadratic reciprocity and I understand your explanations. But, are you saying that M_q is of the form 4n+1 ? What is the link between (5/M_q) and what I said ? Tony |
![]() |
![]() |
![]() |
#7 | |
Jul 2003
Thuringia; Germany
2·29 Posts |
![]()
sorry Tony!
I messed something up. Now in a better form: Quote:
Your conjecture reduces to: 5 is a quadratic residue of Yours, Cyrix Last fiddled with by cyrix on 2005-09-11 at 15:01 |
|
![]() |
![]() |
![]() |
#8 |
Feb 2004
France
937 Posts |
![]()
OK. I understand your points now.
So, seems we have a conjecture for a P้pin-like test for Mersenne numbers ?! Is it something new ? I've searched in my books and found nothing. Your opinion ? Tony |
![]() |
![]() |
![]() |
#9 |
Jul 2003
Thuringia; Germany
2×29 Posts |
![]()
Hi Tony!
For q=53 we have EDIT: But your last statement holds for q=53: Cyrix Last fiddled with by cyrix on 2005-09-11 at 17:45 |
![]() |
![]() |
![]() |
#10 | |
Jul 2003
Thuringia; Germany
2·29 Posts |
![]() Quote:
But even when this is a real test (and the equvialence is true), it would cost as much time as a LL-Test would do... Cyrix |
|
![]() |
![]() |
![]() |
#11 | |
Feb 2004
France
937 Posts |
![]() Quote:
Many people think that LLT is for Mersenne numbers (N-1) and that P้pin's test is for Fermat numbers (N+1). I think it is interesting to be able to say that these 2 tests can apply both to N-1 or N+1 numbers. (done for LLT) I've studied the LLT function About Mersenne numbers, some of these properties have been described before by Shanks. But, since he said "prove it if you can", I'm not sure he had a proof ! As an example of these properties, if you start the LLT with If you start with About q=53 I don't understand how 1 statement is true (5^...) though the other one is false (R^2+R-1 ...) since they are related. Do you ? I really appreciate our discussion ! Tony |
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Property of pseudoprime numbers by base 2 AND / OR 3 | allasc | And now for something completely different | 1 | 2017-05-17 15:00 |
new property of prime numbers discovered? | ixfd64 | Math | 1 | 2016-03-14 21:53 |
A conjecture on a new property of Mersenne primes | Thiele | Math | 18 | 2010-05-23 05:35 |
Curious property of Mersenne numbers. | arithmeticae | Lounge | 5 | 2008-10-27 06:15 |
A property of Fermat numbers. Already known ? | T.Rex | Math | 6 | 2006-09-17 22:11 |