Project Euler #254: Sums of Digit Factorials

  • + 0 comments

    Actually, g(1) should be 0, since 0!=1, and 0 is an integer..... However this problem considers g(1) as 1.... which is indeed, not the smallest integer which you can sum it's factorials to get 1.... 0 is.