Collatz Conjecure: start with a number.
If that number is even, divide it by 2.
If it is odd, multiply it by 3 and add 1.
Count how many of these steps are needed, before it reaches 1.
Input one or more numers and click calculate.
Input several numbers seperated by commas (1, 2, 3),
or input a range, seperated by a dash, (0-10).
With multiple numbers, click on a button to see a
graph for the Collatz calculation for that input.
Of all the conjectures calculated:
Total graphs: {graphs_total}.
Percentage reaching 1: {pct_done}.
Max steps for a graph: {max_steps},
achieved with input {input_max}.
Average steps per graph: {avg_steps}.
Largest step to input ratio: {ratio},
achieved with input {input_ratio},
having {step_ratio} steps.