OFFSET
1,2
COMMENTS
Numbers 640606652893, 2814821518321, 9081196437853, 36236716613821 and 97748813502577 are also terms. - Donovan Johnson, Mar 31 2012
747834604942753, 1543596825805057, 2356096433066461, 6853335405451201 and 7704992936528497 are also terms. - Martin Ehrenstein, Jul 30 2023
REFERENCES
A. H. Beiler, Recreations in the Theory of Numbers, Dover, NY, 1964, p. 10.
EXAMPLE
49 is a term because 49^2 = 2401 and sum of aliquot divisors of 2401: 1+7+49+343 = 400 = 20^2.
PROG
(PARI) s(n)=sigma(n)-n;
for(n=1, 10^8, if(issquare(s(n^2)), print1(n, ", ")))
CROSSREFS
KEYWORD
nonn,nice,hard,more
AUTHOR
Jason Earls, Aug 29 2001
EXTENSIONS
a(6) from Naohiro Nomoto, Jun 06 2002
a(7) from Giovanni Resta, Jan 31 2012
a(8)-a(10) from Donovan Johnson, Mar 15 2012
a(11)-a(17) from Martin Ehrenstein, Jul 30 2023
STATUS
approved