A shower thought turned into a Collatz visualization
11–20 of 32 posts
Re: A shower thought turned into a Collatz visualization
#12> I've been telling people for years if businesses want employees to have better ideas, they should have more showers in their offices. So far everyone seems to think I'm joking. I'm not. I have definitely noticed that some of my best ideas or breakthroughs come to me when showering, or sleeping, or eating, or driving, or doing the dishes, or basically any mundane autopilot task where my mind is free to wander. But y…
Having showers at work is awesome, it means you can take a proper bike ride to work, and freshen up.
Re: A shower thought turned into a Collatz visualization
#13> The points look quite uniformly distributed to me. If I squint, then maybe I can see some structure, but it's hard to describe and I could be imagining it. It doesn't, these points look like what happens if you ask someone who doesn't know what a uniform distribution looks like to generate a uniformly distributed set of points though. Here's what an actual uniform distribution looks like... much less "uniform": htt…
Re: A shower thought turned into a Collatz visualization
#14> The points look quite uniformly distributed to me. If I squint, then maybe I can see some structure, but it's hard to describe and I could be imagining it. It doesn't, these points look like what happens if you ask someone who doesn't know what a uniform distribution looks like to generate a uniformly distributed set of points though. Here's what an actual uniform distribution looks like... much less "uniform": htt…
https://bookdown.org/kevin_davisross/probsim-book/sec-linear...
Re: A shower thought turned into a Collatz visualization
#15> The points look quite uniformly distributed to me. If I squint, then maybe I can see some structure, but it's hard to describe and I could be imagining it. It doesn't, these points look like what happens if you ask someone who doesn't know what a uniform distribution looks like to generate a uniformly distributed set of points though. Here's what an actual uniform distribution looks like... much less "uniform": htt…
Re: A shower thought turned into a Collatz visualization
#16Re: A shower thought turned into a Collatz visualization
#17> The points look quite uniformly distributed to me. If I squint, then maybe I can see some structure, but it's hard to describe and I could be imagining it. It doesn't, these points look like what happens if you ask someone who doesn't know what a uniform distribution looks like to generate a uniformly distributed set of points though. Here's what an actual uniform distribution looks like... much less "uniform": htt…
Re: A shower thought turned into a Collatz visualization
#18A while ago I though of a way of structuring the collatz orbits by arranging integers in a 2d grid with odd numbers being arranged along the X axis and multiples of the power of two along the Y axis.
https://gist.githubusercontent.com/ginkgo/13121db56b65b1237e...
So essentially any odd number n and all numbers n * 2^m belong to the same group of numbers that eventually reduces to n. All that's left is the 3n+1 orbits which are shown as lines from the odd numbers.
This reveals quite a bit of structure (IMO) especially only every second odd number goes to an orbit reducing to an odd number larger than it (and it's always in the form n * 2^1) all the other orbits every 4th, 8th, 16th odd integer immediately reduce to an odd number that's lower.
Anyone seen an arrangement like this for the Collatz orbits?
Re: A shower thought turned into a Collatz visualization
#19> The points look quite uniformly distributed to me. If I squint, then maybe I can see some structure, but it's hard to describe and I could be imagining it. It doesn't, these points look like what happens if you ask someone who doesn't know what a uniform distribution looks like to generate a uniformly distributed set of points though. Here's what an actual uniform distribution looks like... much less "uniform": htt…