The collatz conjecture is a loop of numbers in a list that has two main rules: if the number is even, divide it by two, if the number is odd, times it by three and add 1. It goes like this until it stops. When you reach 1 (it has to happen sometime soon) it will go to 4. 4 will go to two and two will go to one. That is how the loop works and it is impossible to find a number that will not go into the loop. Comment: Don't do 27
Note: This project is very laggy it may take a few seconds to generate the graph. Write the number you put into the beginning (try to make it less than 4 digits) and see how long the list is. Tell me them in the comments. Credits: @griffpatch for the encoding and decoding youtube video.