For which n is the sum of digits of n ! equal to 9 ?
Recall. n!=n*(n-1)*dots*3*2*1, and as an example: 10!=3628800 and
its sum of digits is 3+6+2+8+8+0+0=27!=9, so 10 is not one of
the numbers we are looking for.
For which n is the sum of digits of n! equal to 9?
Recall. n!= n.(n -1).....3.2.1, and as an example: 10!=3628800 and its sum of digits is 3+6+2+8+8+0+0=279so 10 is not one of the numbers we are looking for.