Problem 92 / Challenge #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
ProjectEuler+ Problem Statement
The Project Euler problem is equivalent to the ProjectEuler+ challenge with
MODULO = False
.