Under the Collatz rules:
- $n\to 837n+1$ if $n$ is odd
- $n\to n/2$ if $n$ is even.
What is the simplest argument/proof to show that there is a Collatz sequence with a starting number that goes off to infinity?
$837$ is just an arbitrary, large odd number. If for some reason $837$ is inconvenient to make such a "simple" argument, then you are welcome to use a different multiplier.
I am interested in different proofs/arguments. Would something akin to Will Jaggy's proof to my previous question work here? If so, how?
Or is this open for all multipliers (the $a$ in $an+1$) and all starting values?
Thanks