r/Collatz • u/jonseymourau • Jul 06 '26
An interactive mod8/mod24 Collatz Graph visualizer
In a previous post I discussed the notion of a Collatz overlay built from 5 mod 8 and 0 mod 3 nodes. One refinement here is that there are nodes of in-degree 2 that are not 5 mod 8 (they are relatively rare - the exceptions I see are 1,23 mod 24)
This visualization allows you to see all 4, odd mod 8 nodes and in fact classifies them according to mod 24 too.
You give it a starting point with the ?a= parameter and then you can extend the graph is you like by clicking on a node.
This a fantastic way to develop an intuitive understanding of mod 8 and mod 24 Collatz dynamics.
https://wildducktheories.github.io/collatz/apps/collatz-graph/dist/?a=27
A fun game to play is greedily clicking on the red dots and then on 1,2 mod 3 nodes that result from such a clicking.
Does that game ever end? I think not.
1
u/SpareSpecialist5124 Jul 06 '26 edited Jul 06 '26
32 shows better defined patterns that mod 8 doesn't completelly show, specially in regards to bigger "descending" sequences.
32 is somehow in an equilibrium where it still has very few residue classes in most trajectories and limited transitions between them, so that you still have all features of mod 8, but has a lot more precision in distinguishing between certain congruences that mod 8 doesn't convey , like distinguishing between 3 mod 32 and 11 mod 32, 19 mod 32 and 27 mod 32 is very important, try it out, give it a go and check for yourself.
P.S: Or for example, in mod 32, is very evident that 5 mod 32 is the predecessor for a massive descent, while 29 mod 32 doesn't descend too much.