![]() |
|
|
#1 |
|
Dec 2017
F016 Posts |
I was messing around with the golden ratio and some other numbers at
https://keisan.casio.com/calculator and I produced this algorithm. The input is in red. It will find mersenne numbers 5.2/3.999999999999999^1.618033988749(27+(sqrt(2^2-1))^3)+2^2-1 Last fiddled with by ONeil on 2020-11-04 at 20:39 |
|
|
|
|
|
#2 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
11000001100102 Posts |
Quote:
What did I do wrong? |
|
|
|
|
|
|
#3 | |
|
"Robert Gerbicz"
Oct 2005
Hungary
27148 Posts |
Quote:
Code:
5.2/4^((Sqrt[5]+1)/2*(27+(Sqrt[2^2-1])^3))+2^2-1 Trivial solution: the exponent of 4 is large: ((sqrt(5)+1)/2*(27+(sqrt(2^2-1))^3))=52.09, so the 5.2/4^exponent is very small, the expression's value will be close to 2^2-1=3. Last fiddled with by R. Gerbicz on 2018-04-17 at 07:18 |
|
|
|
|
|
|
#4 | |
|
Dec 2017
24·3·5 Posts |
Quote:
it works perfectly for me Last fiddled with by ONeil on 2018-04-17 at 07:20 Reason: error |
|
|
|
|
|
|
#5 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
2×19×163 Posts |
Quote:
5.2/4^((Sqrt[5]+1)/2*(27+(Sqrt[2^2-1])^3)) ~= 0 Last fiddled with by retina on 2018-04-17 at 07:21 |
|
|
|
|
|
|
#6 | |
|
Dec 2017
24×3×5 Posts |
Quote:
|
|
|
|
|
|
|
#7 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
2×19×163 Posts |
|
|
|
|
|
|
#8 |
|
Dec 2017
24×3×5 Posts |
|
|
|
|
|
|
#9 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
2·19·163 Posts |
Quote:
c + 2^n - 1, where c is ~= 10^-31 So it might as well be: 0 + 2^n - 1, which is just 2^n - 1 ETA: It isn't an "algo", it is a formula. Last fiddled with by retina on 2018-04-17 at 07:30 |
|
|
|
|
|
|
#10 | |
|
Dec 2017
24·3·5 Posts |
Quote:
Still its interesting because you can edit to get other outputs. Retina what is the difference between an algorithm and a formula? |
|
|
|
|
|
|
#11 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
2×19×163 Posts |
Not really, it is just 2^n-1, not interesting at all unless you consider the trailing 10^-31 (which your calculator hid from you). You are basically saying that 2^n-1 equals 2^n-1.
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Gödel, Escher, Bach: An Eternal Golden Braid | xilman | Reading | 2 | 2015-11-07 02:18 |
| Platonic solids and the Golden ratio (r) | davieddy | Puzzles | 9 | 2010-07-04 22:21 |
| Ratio of Areas | davar55 | Puzzles | 2 | 2008-02-13 03:20 |
| The Tangent and the golden mean | mfgoode | Puzzles | 1 | 2007-01-31 16:26 |
| The Golden Section. | mfgoode | Math | 28 | 2004-05-31 10:40 |