The Collatz conjecture is the unproven theory that given a number, that number will eventually reach a loop of 1, 4, 2, 1…using only the formulas 3X+1 and X/2. 3-+1 is applied when the number is odd and X/2 is applied when the number is even.
Try using 97 as X it makes a set with 118 elements…