I recently heard about this thing called “3x+1” so I basically made this project so I could stop worrying about it. If you don’t know what 3x+1 is, hears the basics: -You start with a number (any number) -If it’s even you divide by 2, and if it’s odd you multiply by three and add 1. -That’s your new number -Repeat forever Now, what’s interesting abt it is that no matter what number you start with, you will always get stuck in a loop of 4, 2, 1. (4 is even. 4/2=2. 2 is even. 2/2=1. 1 is odd. 1*3+1=4) nobody knows why this happens (as far as I’m aware) ¯\_(ツ)_/¯