4 ms·
I always wondered if some hidden pattern would be exposed when visualising numbers in unconventional ways in numbers with no known pattern such as Pi or prime n
by AdamCraven 3y ago
I always wondered if some hidden pattern would be exposed when visualising numbers in unconventional ways in numbers with no known pattern such as Pi or prime numbers. A sort of multi-dimensional rendering that suddenly reveals a hidden pattern.
- JohnMakin 3y agoThis is sort of how Fermat's last theorem was solved by Andrew Wiles (forgive me if I misrepresent this proof, my math is a few years rusty) - by creating a different kind of representation of elliptic curves, it was possible to compare them to modular forms in a way that created a contradiction that proved the theorem correct.
- contravariant 3y agoWell some numbers expose patterns when written as a continued fraction. In particular e becomes pretty regular. You can modify the continued fraction slightly to make pi regular as well, but the normal continued fraction sequence doesn't give much of an insight. Other than the fact that 3 + 1/(7 + 1/16)) is a damn good approximation (7 digits, pretty good for something that can be written using only 4 digits total: [3;7,16]).
- azeemba 3y agoPhi/golden ratio also has a cool continued fraction sequence...it's only 1's all the way down
- contravariant 3y agoSquare roots in general have periodic patterns. Which isn't too surprising, something like z = a/(b+cz) is pretty much a quadratic equation after all. But phi is indeed especially interesting because of what its sequence implies for rational approximations of phi.
- thechao 3y agoLarger integers in continued fractions mean you get 'more information' out of the limb. That means not only is Phi "1s all the way down" it is the continued fraction that converges the slowest. If you've ever used the iterated matrix product (which is a specific edge-case of the algorithm to convert continued fractions to decimals), you'll know how slow it is!
- solarist 3y agoOne example is Ulam spiral: https://en.wikipedia.org/wiki/Ulam_spiral https://en.wikipedia.org/wiki/Ulam_spiral
- curtisblaine 3y agoI guess the Ulam spiral is more an artefact of the cartesian plane than an "hidden pattern": https://www.youtube.com/watch?v=EK32jo7i5LQ https://www.youtube.com/watch?v=EK32jo7i5LQ
- boznz 3y agomaybe do it in another base rather than base 10. Just because we have 10 fingers does not mean a god does.