Given any positive integer , let be the product of the non-zero digits of . If has only one digit, then is equal to that digit.
.
What is the largest prime factor of ?
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 = p ( 1 ) + p ( 2 ) + p ( 3 ) + . . . + p ( 9 9 9 ) = 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 1 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 2 ( 1 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 ) + 3 ( 1 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 ) + . . . . . . + 9 × 9 ( 1 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 ) = − 1 + ( 1 ) ( 4 6 ) + ( 1 ) ( 4 6 ) + 2 ( 4 6 ) + 3 ( 4 6 ) + . . . . . . + 9 ( 7 ) ( 4 6 ) + 9 ( 8 ) ( 4 6 ) + 9 ( 9 ) ( 4 6 ) = − 1 + ( 4 6 ) ( 4 6 ) ( 4 6 ) = 4 6 3 − 1 = 9 7 3 3 5 = 3 3 ˙ 5 ˙ 7 ˙ 1 0 3
Therefore, the largest prime factor of S is 1 0 3 .