Problem 92
Square Digit Chains
A number chain is created by continuously adding the square of the digits in a number to form a new number until it has been seen before.
For example,
Therefore any chain that arrives at
How many starting numbers below ten million will arrive at
平方数链
从任意一个数开始,不断取其各位数字的平方和,直到出现重复,就得到了一条数链。
例如:
如上所示,只要数链中出现
从任意小于一千万的数开始,有多少个最终会到达
Be the first person to leave a comment!