enter in a number and it will generate the next numbers in the hailstone sequence starting from that number
my 5th grade math teacher for teaching me about this The hailstone sequence (or collatz conjecture) is a sequence where if the number is even, then you divide by two, and if the number is odd, you multiply by three and then add 1. It always ends in 4, 2, 1.