![]() |
|
|
#12 | |
|
Nov 2003
164448 Posts |
Quote:
single precision constant". Computing 3^(N-1) requires a squaring for each bit in the exponent (as does LL), BUT ALSO additional multiplications depending on how one does the exponentiation. (simple left to right requires one additional mult for each lit bit; the binary/trinary method or sliding windows require somewhat less, but still require additional multiplications) It wil be SLOWER. The OP is an idiot. |
|
|
|
|
|
|
#13 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Quote:
|
|
|
|
|
|
|
#14 |
|
∂2ω=0
Sep 2002
República de California
103·113 Posts |
Thanks for the clarification - I had in mind the special case of Fermat numbers, where lit-bits-beyond-the-leftmost-one in N-1 (and (N-1)/2) are somewhat scarce. :)
|
|
|
|
|
|
#15 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
2·7·677 Posts |
Berrizbeitia-Iskra (2010) demonstrates another case of a Pépin-like proven strategy (see theorem 3.4, parts 1 and 2).
@OP: They didn't just say: "we've tested it on all known G-M and E-M primes and there were no contra cases, so it must be true". They proved a theorem. |
|
|
|
|
|
#16 |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2×3×1,693 Posts |
![]() Nice show, gents!
|
|
|
|
|
|
#17 | ||
|
Jun 2003
10011101111012 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#18 | |
|
Apr 2014
2×7 Posts |
Quote:
First of all: In my postings I have never said my conjecture must be true. On the contrary: In my first post I have pointed out, the conjecture needs a strong mathematical proof. And all I ask is: Is there a proof for the conjecture, that only Mersenne primes can pass the congruence You tell me, they have proved a theorem -- thanks (I mean this seriosley), but where is this proof? In the paper You have linked I can see no answer for my question. Greetings boldi |
|
|
|
|
|
|
#19 | |
|
Apr 2014
5×17 Posts |
Quote:
3^[(Fn-1)/2] = (-1) mod Fn For Fermat numbers. It seems reasonable that someone conjectured an analogue for Mersenne primes, I just can't find it at the moment. Actually, square both sides of the above and you get 3^(Fn-1) = 1 mod Fn, so maybe you had it mixed up that the conjecture was for Mersenne primes. Clearly if it holds for Fermat numbers, then it doesn't just hold for Mersenne primes. Last fiddled with by tapion64 on 2014-04-14 at 14:59 |
|
|
|
|
|
|
#20 | |
|
Nov 2003
11101001001002 Posts |
Quote:
extra multiplications by 3 that need to take place in computing 3^(N-1). It is also unclear whether one gets the remainder "for free" as we do with LL/DWFT. |
|
|
|
|
|
|
#21 | |
|
Nov 2003
746010 Posts |
Quote:
to why the conjecture SHOULD be true. It is known that every base is a false witness to infinitely many integers. The question here is why 3 should be different and why it should not be a false witness to Mersenne numbers. I see no reason for it to be true other than that it works for a very small set of examples. |
|
|
|
|
|
|
#22 | |
|
"Forget I exist"
Jul 2009
Dumbassville
100000110000002 Posts |
Quote:
My mistake in post 9 is that I took it too far I'll start edit: "I think" with that Last fiddled with by science_man_88 on 2014-04-14 at 16:35 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fastest software for Mersenne primality test? | JonathanM | Information & Answers | 25 | 2020-06-16 02:47 |
| New Mersenne primality test | Prime95 | Miscellaneous Math | 19 | 2014-08-23 04:18 |
| LLT Cycles for Mersenne primality test: a draft | T.Rex | Math | 1 | 2010-01-03 11:34 |
| Mersenne Primality Test in Hardware | Unregistered | Information & Answers | 4 | 2007-07-09 00:32 |
| A primality test for Fermat numbers faster than Pépin's test ? | T.Rex | Math | 0 | 2004-10-26 21:37 |