Let denote the number of digits of . Then find the sum of all 's that satisfy the following equation:
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
S(n!)+1 = log10(n!)
So, it`s grow slower then n, for n<10, and faster for n>10. We need to find two sequences of right numbers (for n<10 and n>10)..
For n<10 answer is {2}
For n>10 answer is {19...21}
Final answer: 2 + 19 + 20 + 21 = 62