The number is well known for the property that the sum of the factorial of its digits is equal to :
Perhaps less well known is , in that it produces the longest chain of numbers that link back to ; it turns out that there are only three such loops that exist:
It is not difficult to prove that EVERY starting number will eventually get stuck in a loop. For example,
Starting with produces a chain of five non-repeating terms, but the longest non-repeating chain with a starting number below one million is sixty terms.
How many chains, with a starting number below one million, contain exactly sixty non-repeating terms?
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.