Back to Cosmos

Project Euler Problem #034: Digit factorials

code/online_challenges/src/project_euler/problem_034/README.md

latest467 B
Original Source

Project Euler Problem #034: Digit factorials

(Problem Link)

145 is a curious number, as 1! + 4! + 5! = 1 + 24 + 120 = 145.

Find the sum of all numbers which are equal to the sum of the factorial of their digits.

Note: as 1! = 1 and 2! = 2 are not sums they are not included.


<p align="center"> A massive collaborative effort by <a href="https://github.com/OpenGenus/cosmos">OpenGenus Foundation</a> </p>