![]() |
|
|
#1 | |
|
Mar 2005
Poland
5×7 Posts |
From http://primes.utm.edu/prove/prove3_2.html:
Quote:
sqrt(3)=1,73205080756888 2+sqtr(3)=3,73205080756888 log(2+sqrt(3))=0,571947547533359 32*log(2+sqrt(3))=18,3023215210675 cosh(32*log(2+sqrt(3)))=44 418 843.4993557 hmmm... the closest integers divided by 127 are 44 418 758 and 44 418 885. I suspected round-off errors, so I tried to change least significant digits. But the results in all cases differed only by less than 1. Then I suspected my calculator - maybe cosh is wrong. But cosh(x)=0.5*(e^x+e^(-x)), so I tried to compute it manually. Again - the difference was less than 1. I still were to blame my calculator, so I opened my fav computer calculator - haxial. It has configurable precision. Now the results: sqrt(3)=1.7320508075688772935274463415058723669428052538103806280558069794519330169088000370811461867572485756 log(2+sqrt(3))=0.5719475475333593958293704723941014060530500385114407810615965498705415159250603734672350474785819945 cosh(...)=44418843.4993556859970607636979110646520900494599562953521391864831268850778303913240971799569813240522900095 Still the same. Please, let someone points me an error (maybe in thinking? : ).
|
|
|
|
|
|
|
#2 |
|
Mar 2005
Poland
5·7 Posts |
Found it. A 15 minutes later. Grrrr...
There should be ln instead of log. So silly error, I couldn't hit the idea earlier... now cosh(...) = 1002978273411373057.0000000000000000000000000\ 00000000000000000000000000000000000000000000000000000000000\ 0331450134408599 which is close to 127*7897466719774591. Ufff. Math is always true. BTW: What connection is between Mersennes and cosh(2^(n-2)*ln(2+sqrt(3))) ??? |
|
|
|
|
|
#3 | |
|
Feb 2005
111111002 Posts |
Quote:
cosh(2^(n-2)*ln(2+sqrt(3))) = (exp(2^(n-2)*ln(2+sqrt(3))) + exp(-2^(n-2)*ln(2+sqrt(3)))) / 2 = ((2+sqrt(3))^(2^(n-2)) + (2+sqrt(3))^(-2^(n-2))) / 2 = ((2+sqrt(3))^(2^(n-2)) + (2-sqrt(3))^(2^(n-2))) / 2 = L(n-2) / 2, where L(n) = (2+sqrt(3))^(2^n) + (2-sqrt(3))^(2^n) is Lucas-Lehmer sequence: L(0) = 4 L(1) = 14 ... L(n+1) = L(n)^2 - 2 Last fiddled with by maxal on 2005-05-16 at 22:09 |
|
|
|
|
|
|
#4 |
|
Cranksta Rap Ayatollah
Jul 2003
641 Posts |
where does the result L(n) = (2+sqrt(3))^(2^n) + (2-sqrt(3))^(2^n) come from?
I arrived at this independently while playing with a problem I've been working on, and I'm curious to see how others came to this result (might shed some light on what I'm working on) Is there any literature you can point me to? |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CudaLucas correct config | jpalo | GPU Computing | 8 | 2017-08-06 15:35 |
| How to manually correct CPU GHz in prime net | laich2 | PrimeNet | 6 | 2012-01-16 04:51 |
| Are these commands correct? | jasong | Linux | 2 | 2007-10-18 23:40 |
| How will a correct .n file for ggnfs look? | nuggetprime | Factoring | 5 | 2007-06-02 09:31 |
| ARE THE ODDS CORRECT..Please help | lpmurray | Lounge | 4 | 2005-02-09 10:38 |