"Simple" Collatz Conjecture render. Insert an amount of number you want to render, and then an amount of numbers you want to generate at a time. 1-50 recommended for numbers <1000 50-100 recommended for numbers >1000 WARNING - do not use numbers greater than 300, scratch is unable to create more clones than this.
100% my code Lines will change color based on how far in the rendering process you are. Lines will turn 5 or 7.5 degrees whether the number is odd or even. (More) The Collatz Conjecture is pretty simple, if the number is odd, multiply it by 3 and add 1. If it is even, simply divide it by 2. The idea is that any positive integer will always lead back to the same loop: 4, 2, 1. It has neither been proven true nor false, and is still being worked on.