![]() |
|
|
#45 |
|
Aug 2002
Buenos Aires, Argentina
2·683 Posts |
For Mersenne primes we have:
From Fermat's Little Theorem we have The question now is to find From both equations we have: This diophantine equation has at most Notice that the numbers Since we found So r must be a power of 2 modulo q as stated in the conjecture. Last fiddled with by alpertron on 2006-05-30 at 12:55 |
|
|
|
|
|
#46 |
|
Aug 2002
Buenos Aires, Argentina
2·683 Posts |
For prime numbers of the form
From Fermat's Little Theorem we have The question now is to find The polynomial The penultimate step is correct because Now notice that So the roots have the form Since all exponents are in the range Since we found So |
|
|
|
|
|
#47 |
|
Jun 2005
2·72 Posts |
The Conjecture could be generalised
Let p be a prime integer and Q = (b^p-1)/(b-1) or Q=(b^p+1)/(b+1) Let x=(Q-1)/p and y be an integer GCD[y,b]==1 y^x = r (mod Q) if b even and r is odd then r=Q-r if b odd and r is even then r=Q-r Q is prime iff r==b^z , z a integer. Last fiddled with by AntonVrba on 2006-05-30 at 16:47 |
|
|
|
|
|
#48 |
|
Aug 2002
Buenos Aires, Argentina
55616 Posts |
The new conjecture appears to be wrong.
Let b=3 and p=5. We get q=(35+1)/(3+1) = 61. So all numbers are prime. Now let y = 4, so gcd(y, b) = 1 as stated. x = (q-1)/p = (61-1)/5 = 12 r = y^x = 4^12 = 20 (mod 61) Since b is odd and r is even we take r = 61-20 = 41 which is not a power of 3. |
|
|
|
|
|
#49 |
|
∂2ω=0
Sep 2002
República de California
103·113 Posts |
Editorial Note: I've merged all these related threads into a single one. -EWM
|
|
|
|
|
|
#50 | |
|
Feb 2004
France
22·229 Posts |
Quote:
The first posts talk about a conjecture about a test equivalent to LLT but based on Cycles of the LLT, and about an "idea" that could speed up proving a Mersenne number is composite. Then Anton and I found other examples (for Wagstaff and Fermat numbers) of a LLT-like test using Cycles. Now, starting with post #46 of Anton, it seems we are starting another discussion about another conjecture, not based on LLT, and with no relationship with first posts. So I would like this thread to be separated into 2 threads. Do you agree ? Tony |
|
|
|
|
|
|
#51 |
|
Aug 2002
Buenos Aires, Argentina
25268 Posts |
Tony is right. The latest posts use pseudoprimality tests and are related to a conjecture that states that the Mersenne numbers and the numbers of the form (2^p+1)/3 are primes if they pass these tests.
This is not related in any way to LLT. |
|
|
|
|
|
#52 | |
|
Jun 2005
9810 Posts |
Quote:
and y=7 then r=7^12 = 34 (mod 61) and 61-34 = 27 and for y=19 then r=3 |
|
|
|
|
|
|
#53 |
|
Aug 2002
Buenos Aires, Argentina
2×683 Posts |
You can use the same steps that I've given above in order to show that:
For prime Q = (bp-1)/(b-1) you get r = bn (mod Q) For prime Q = (bp+1)/(b+1) you get r = b2n (mod Q) or r = -b2n-p (mod Q) Last fiddled with by alpertron on 2006-05-30 at 20:15 |
|
|
|
|
|
#54 | |
|
Jun 2005
9810 Posts |
Quote:
|
|
|
|
|
|
|
#55 | |
|
Feb 2004
France
16248 Posts |
Quote:
About the S(0)=(9+1/9) I proposed, with: S(i+1)=S(i)^2-2 (mod M_q) as usual, there is a proof saying: if M_q is prime then S(q-1)=S(0) . Do you have such a proof ? Tony |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Modifying the Lucas Lehmer Primality Test into a fast test of nothing | Trilo | Miscellaneous Math | 25 | 2018-03-11 23:20 |
| Conjectured Primality Test for Specific Class of Mersenne Numbers | primus | Miscellaneous Math | 1 | 2014-10-12 09:25 |
| Conjectured Primality Test for Specific Class of k6^n-1 | primus | Computer Science & Computational Number Theory | 16 | 2014-08-15 01:15 |
| there is another way to test the primality of a no | shawn | Miscellaneous Math | 5 | 2007-07-17 17:55 |
| A primality test for Fermat numbers faster than Pépin's test ? | T.Rex | Math | 0 | 2004-10-26 21:37 |