OFFSET
1,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Harvey P. Dale)
MATHEMATICA
Select[Range[4200], IntegerQ[Sqrt[# DivisorSigma[0, #]]]&] (* Harvey P. Dale, Apr 21 2019 *)
PROG
(PARI) isok(k) = issquare(k * numdiv(k)); \\ Amiram Eldar, Feb 01 2025
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 05 2002
STATUS
approved