![]() |
|
|
#12 | |
|
Aug 2005
3×5 Posts |
Quote:
N=a^k-1; For Mersenne numbers the value of "a" is 2. Can't edit the original post, but t0=tanh(x/2); So: a=sinh(x)+cosh(x)=e^x Let t0=tanh(x/2) then: rewrite(cos(I*x)+I*sin(I*x),exp) exp(-x)=a a^k=1, so we have t0 (and I*t0) which serves as something similar to tan(PI/k), but in Zn. |
|
|
|
|
|
|
#13 | |
|
Aug 2005
3·5 Posts |
Quote:
+/- p mod 2^p-1 |
|
|
|
|
|
|
#14 | |
|
Nov 2003
22×5×373 Posts |
Quote:
Find a second one and you will be famous..... |
|
|
|
|
|
|
#15 |
|
Aug 2002
Buenos Aires, Argentina
2×683 Posts |
Well, the same problem occurs on the thread http://www.mersenneforum.org/showthread.php?t=4516 where a square root of 2 modulo a Fermat number (which can be composite) is found. The problem is that we cannot find another non-trivial square root of 2.
|
|
|
|
|
|
#16 | |
|
Aug 2005
F16 Posts |
Quote:
What surprised me that +/- p is guaranteed to be square residue (+ or - depending on p mod 4) for all p up to about 4000. Is there an analytic explanation? |
|
|
|
|
|
|
#17 | |
|
Nov 2003
746010 Posts |
Quote:
Hint: if p is a non-residue what is -p? |
|
|
|
|
|
|
#18 |
|
Aug 2005
3×5 Posts |
The algorithm was extended to either solving
A) x^2 = +/- k mod N where N=a^((2^m)*k)+1 or N=a^((2^m)*k)-1 with k odd, + or - depending on k mod 4 or B) finding factors of N and removing them solving A) Some numerical experiments suggest that if solution is known to: a^b=1 mod N, N not being of special form a loop to (b-1)/2 may reveal a factor of N. |
|
|
|
|
|
#19 | |
|
"Nancy"
Aug 2002
Alexandria
2,467 Posts |
Quote:
Woohoo, I'm famous!! ![]() This probably isn't the answer you had been looking for, but we said we'd be super-duper-precise here in the math forum, didn't we? ![]() Alex |
|
|
|
|