Is there any positive integer greater than 2, such that the number of positive factors of the integer is equal to the integer 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.
For this to be true, the integer would have to be divisible by all natural numbers less than or equal to it. This can't be the case since no integer n (except 2 and 0, maybe) is divisible by n − 1 . Therefore the answer is No .