What is the first integer greater than 2 such that its digits sum to the number of factors it has (excluding 1 and itself)?
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.
This is a relatively simple challenge. Start at the number 11, and check every following integer until its digits sum to the number of factors it has. It is 24.