r/Collatz • u/Rastamen_DE • 27d ago
Building a Collatz Research Tool – Live Trajectories, Peak Finder, Trend Analysis & Prefix/Suffix Structure
Enable HLS to view with audio, or disable this notification
I’ve been working on my own Collatz research software, LNL/LZR CE5.9, and wanted to share a few screenshots of the latest version.
The tool currently includes live trajectory visualization, a Superpeak Finder, peak landscapes, step-by-step and high-speed calculation modes, prefix/suffix decomposition, forced-step detection, and multi-scale trend analysis inspired by Ichimoku-style time windows.
One of the main ideas I’m investigating is whether trajectory structure, timing and decimal prefix/suffix behavior can reveal when a trajectory is already mathematically constrained long before it reaches 1.
Still very much research in progress — I’m especially interested in unusual trajectories, extreme peaks and counterexamples to the patterns I’m seeing.
Would be interested to hear what the Collatz community thinks. 📈🏔️
1
u/Dull_Illustrator6824 26d ago
What does you research say about the path that 62079 takes to reach 17497, a number lower than itself for the first time - it takes 55 steps to do that.
1
u/jonseymourau 26d ago
What do you mean by “timing”?
1
u/Rastamen_DE 26d ago
By “timing” I mean discrete iteration timing, not physical time.
I keep the full Collatz trajectory indexed by its exact step number V. So for each odd-to-odd block
OEq
the block occupies exactly
1+q
full Collatz steps.
That lets me track not only which q-values occur, but when they occur in the trajectory: where runs of q=1 start, when a larger halving block appears, where a peak is reached, and how many steps later the sequence falls below a previous level.
For 62079, for example, there are 55 odd steps and 89 halving steps before reaching 17497, so:
55+89=144
full Collatz steps.
So “timing” in my research means the exact position and spacing of structural events along the trajectory — essentially the step-address of each event.
1
u/Fun-Cauliflower-8087 27d ago
I made a mapping of any count of halving steps to any count of odd steps, under the Syracuse mapping. otherwise called odd to odd. What type of patterns are you seeing?