![]() |
|
|
#56 | ||
|
Jun 2005
2×72 Posts |
Quote:
S(0) = (M-10)/3 that is (2^p+1)/3-4 is the common number in the DiGraphs of length (p-1) for Mersenne numbers. Quote:
|
||
|
|
|
|
|
#57 | |
|
Dec 2005
Italy
2 Posts |
Quote:
i've found this result,and a little generalization,a few years ago.i'm not a mathematician ,so i've proved only the necessary part(the sufficient part is too difficult for me).i've thought that was already know,and so i did make only a few effort on the subject.if i'll find my old hard drive i'll post the result if you are interested. |
|
|
|
|
|
|
#58 | |
|
Jun 2005
11000102 Posts |
Quote:
best regards Anton |
|
|
|
|
|
|
#59 | |
|
Feb 2004
France
16248 Posts |
Quote:
Let T(p,n) = 3^n + 1/3^n mod(M) . Amongst the many possible values of n such that T(p,n) = S(0) , I've found that n=2^(p-1) could work for all p (such that M is prime). I've checked it for p=5,7,13,17,19 . (I do not remember how to write a PARI program faster than: p=31; M=2^p-1; S0=(-10/3)%M; p2=2^(p-1); T=Mod(3^p2+1/3^p2, M) .) That also works for: n=2^(p-1)-2 . As an example. For p=13, the smallest n are: 454 and 456. And 455=5*7*13 (Note that: 2^(p-1) - 1=4095=3^2 * 5 * 7 * 13 =9 * 455) . Tony Last fiddled with by T.Rex on 2007-03-24 at 22:19 |
|
|
|
|
|
|
#60 | |
|
Feb 2004
France
22·229 Posts |
Here are some news about this Anton's conjecture:
Quote:
Second, The seed 1/4 works also, as 3/2 from Anton. Third, the problem of the test is the modular operation. I do not know why, but this test also works (tested up to 5000) where the modulo is done with 2^p+1 instead of (2^p+1)/3 : Conjecture: Let p be a prime integer > 3 , and N = 2^p+1 and W = N/3 . S(0) = 3/2 (or 1/4) and S(i+1) = S(i)^2 - 2 (mod N) ; W is prime iff S(p-1) == S(0) (mod W) . Fourth, Renaud Lifchitz already worked on these numbers, providing a "probable prime test", with a modified version of prime95. Tony |
|
|
|
|
|
|
#61 |
|
Feb 2004
France
16248 Posts |
The following LLT-like test for Mersenne numbers Mq shows that the same seed (1/2) starts a root of the tree or a node in a cycle depending on q mod 4 .
Checked up to q=9973 . Conjecture: Let p be a prime integer > 2 , and M = 2^q-1 . S(0) = 1/2 and S(i+1) = S(i)^2 - 2 (mod M) ; if M = 1 (mod 4) then: M is prime iff S(p-1) == S(0) (mod W) { Cycle } if M = 3 (mod 4) then: M is prime iff S(p-2) == 0 (mod W) { Tree } Tony |
|
|
|
|
|
#62 | |
|
Feb 2007
43210 Posts |
Quote:
Then it seems trivial to me that the two are equivalent. |
|
|
|
|
|
|
#63 |
|
Feb 2004
France
22×229 Posts |
|
|
|
|
|
|
#64 | |
|
Feb 2007
1101100002 Posts |
Quote:
or (x % N ) % W = x % W = (x % W) % W or doing % N removes multiples of 3W, in the end you remove (all remaining) multiples of W |
|
|
|
|
|
|
#65 |
|
Feb 2004
France
22×229 Posts |
Hi,
Does anyone have any idea for completing my proof of my conjecture of the LLT-like test for Mersenne described at: http://tony.reix.free.fr/Mersenne/Co...esMersenne.pdf ? Or do you know someone who is an expert in Lucas Sequences and their properties ? Thanks, Regards, Tony |
|
|
|
|
|
#66 | |
|
Feb 2004
France
22×229 Posts |
Quote:
The conclusion is that there is no tree, like with Mersenne numbers, which could be used for building a LLT test S(p-2) == 0 (mod W). There is no tree at all. Only Cycles. Only a LLT test using a cycle S(p-1) == S(0) (mod W) seems possible. The cycles seem to follow rules, but they are more complex than with Mersenne or Fermat numbers ... Regards, Tony Last fiddled with by T.Rex on 2007-05-31 at 21:25 |
|
|
|
|
![]() |
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 |