摘要:
求拉兹序列的最大链长:The following iterative sequence is defined for the set of positive integers:nn/2 (nis even)n3n+ 1 (nis odd)Using the rule above and starting with 13, we generate the following sequence:134020105168421It can be seen that this sequence (starting at 13 and finishing at 1) contains 10 terms. 阅读全文