Problem 2492. Factorions: Numbers that equal the sum of the factorials of their digits

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

66.98% Correct | 33.02% Incorrect
Last Solution submitted on Jan 11, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers67

Suggested Problems

More from this Author9

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!