R/collatz.R
collatz.Rd
Find and graph the Collatz sequence from a given initial number.
collatz(n, limit = 10000)
the initial integer
maximum number of members of the Collatz sequence to compute
side effects
Homer White homerhanumat@gmail.com
if (FALSE) { # \dontrun{ collatz(1757) } # }