Interactive mathematics
Collatz Tree
Start from 1 and explore which numbers can flow back to it.
The Collatz rule sends an even number to n/2 and an odd number to 3n+1. This page runs the question backwards: for a number n, which numbers could have arrived at n in one step? The 1→4→2→1 loop is pruned so the result stays a readable tree, not a proof of the conjecture.
Labels
29 nodes · 28 edges
75%