Find the sum of all natural numbers n such that, n! is a perfect square.
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.
By bertrand's postulate,we know there exist a prime between n and 2n-2 for n >3.So,n! will have a prime with the power of 1 in it for n ≥ 7 .
Hence,we only need to consider first few values of n,which can be done by hand.