From Wikipedia: A factorion is a natural number that equals the sum of the factorials of its decimal digits

For example:

2!=2

1!+4!+5!=145

Write a function that returns true if a number is a factorion and false otherwise.

Assume all numbers are of base 10.

Solution Stats

129 Solutions

83 Solvers

Last Solution submitted on Mar 04, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...