Find the sum of first three abundant numbers which are perfect squares?
Details and Assumptions
A number is called Abundant Number if .
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.
The numbers in the form p k are always deficient.
So the square of primes cannot be abundant. We start with numbers which have four divisors.
First the square of 6 we got it ( 3 6 ) abundant. Then 1 0 2 , 1 2 2 are also abundant.
8 2 did n’t satisfied the condition as it is in the form p k .
Thus the answer is 3 6 + 1 0 0 + 1 4 4 = 2 8 0