![]() |
|
|
#67 | |
|
Feb 2007
1101100002 Posts |
Quote:
-1 <- 1 <- +/- 5 ? |
|
|
|
|
|
|
#68 |
|
Feb 2004
France
22×229 Posts |
|
|
|
|
|
|
#69 |
|
Feb 2007
24×33 Posts |
It seems..
(I would call these trees of height 2) For W(7)=43, in the cycle 4 14 22 9 36, each element has a small tree attached to it, 2 <- -2 <- 0 is special the other cycles have only a tree of height 1 (i.e. 1 node) attached For W(11) and W(13), it looks alike... eg for W13, cycles of length 11 have small trees, cycles of length 2,3,6,12 dont have. Conjecture: for Wp, cycles of length dividing p-1 dont have trees, cycles of length p-2 DO have trees of height 2 attached. (The tree attached to x in a cycle of length L being of the form: x <- -LL^(L-1)(x) <- +/- f(x).) (The cycle {2}<- -2 <- 0 being excluded from that consideration; to be on the safe side, lets exclude all cycles of length 1.) Last fiddled with by m_f_h on 2007-06-01 at 17:10 |
|
|
|
|
|
#70 | |
|
Feb 2004
France
16248 Posts |
Quote:
Not so difficult if you think to use the Little Fermat Theorem at the right place ! (thanks to HC Williams for his hint). Now, I need a proof for the converse. Any idea ? Regards, Tony Last fiddled with by T.Rex on 2007-06-04 at 21:36 |
|
|
|
|
|
|
#71 | |
|
Feb 2007
24×33 Posts |
Quote:
Code:
... alpha = 1/9 (mod Mq) = (Mq-1)²/9 so that \alpha always is an integer. saying \alpha = x (mod y) either means that \alpha is ANY number in the same class than x (both integers), or that alpha is the same class than x (both elements of Z/(Mq)) The expression (Mq-1)²/9 clearly is not smaller than Mq and thus not a canonical representative. it's of course a representative of 1/9 (inverse of 9 in Z/Mq) since (Mq-1)²= (-1)²=1 (mod Mq) thus (Mq-1)²/9 = 1/9 (mod Mq), however the r.h.s is not an integer. |
|
|
|
|
|
|
#72 | |||
|
Feb 2004
France
22·229 Posts |
Quote:
Quote:
Quote:
It's just a trick for computing an integer between 0 and Mq-1. Tony |
|||
|
|
|
|
|
#73 | |
|
Feb 2007
43210 Posts |
(of course since 127=0 mod 127)
Quote:
But then again, it's not clear why alpha > 9. At least it's wrong for M3 and M5. Last fiddled with by m_f_h on 2007-06-05 at 12:25 Reason: /2 => /3 |
|
|
|
|
|
|
#74 | ||
|
Feb 2004
France
39416 Posts |
Quote:
Quote:
Thanks, T. |
||
|
|
|
|
|
#75 |
|
Feb 2004
France
22×229 Posts |
Here is a better version: ConjectureLLTCyclesMersenne.pdf.
T. |
|
|
|
|
|
#76 |
|
Feb 2004
France
22×229 Posts |
Last link to version 0.3 was wrong. Here it is: ConjectureLLTCyclesMersenne.pdf.
|
|
|
|
![]() |
| Thread Tools | |
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 |