OFFSET
1,2
COMMENTS
These might be called square sublime numbers.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
Number of divisors of 94 is 4 = 2^2, sum of divisors of 94 is 144 = 12^2. Hence 94 is in the sequence. [Klaus Brockhaus, Oct 21 2008]
MATHEMATICA
aQ[n_] := AllTrue[{0, 1}, IntegerQ[Sqrt[DivisorSigma[#, n]]] &]; Select[Range[2700], aQ] (* Amiram Eldar, Jul 08 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Howard Berman (howard_berman(AT)hotmail.com), Oct 18 2008
EXTENSIONS
Extended by Klaus Brockhaus, Oct 21 2008
STATUS
approved