The Collatz Conjecture is simple. enter a number, if it is even then divide my 2, if it is odd then multiply by 3 and add 1. Do this until/if it reaches 1. In theory, every single positive integer should stop at 1. if you type "repeat" without the quotes it will start testing every number. Other Calculator: www.dcode.fr/collatz-conjecture