Let denote the number of digits of in decimal representation. What is the largest integer satisfying ?
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.
Thanks, Alisa. I guess I have to provide a solution. But I can only offer a numerical one.
We note that S ( n ) = ⌊ lo g 1 0 n ⌋ + 1 , where ⌊ x ⌋ is the greatest integer function. Therefore, S ( n ! ) + 1 = ⌊ lo g 1 0 n ! ⌋ + 2 . The following spreadsheet shows the that there are four n 's that satisfy the equation. And the largest one is 2 1 . For n > 2 1 , S ( n ! ) + 1 > n .