An Algorithm and Stopping Time of Collatz Binary Sequence

Dao-yun XU,Cun-kuan DAI
DOI: https://doi.org/10.15958/j.cnki.gdxbzrb.2015.05.14
2015-01-01
Abstract:Given a number n,its next number is decided by the parity of n. If n is even,then the number is n /2,otherwise 3n + 1. One repeats the above procedure until getting 1. The resulting sequence generated by this method is called the Collatz sequence of n. Collatz conjecture is: given an arbitrary positive integer n,it will stop in 1 after a finite of steps. The paper gives an algorithm,Collatz-Binary,which is based on calculus of binary string,reducing the calculation of Collatz sequence to only consider the odd number. We introduce a new stopping time and investigate related property of Collatz sequence. The Collatz-Binary algorithm reduces the Collatz sequence,bringing convenience to finite termination analysis.
What problem does this paper attempt to address?