OFFSET
1,1
COMMENTS
Square roots of the terms of A193065. See there for more comments.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Range[1, 1501, 2], PrimeQ[Numerator[DivisorSigma[1, #^2]/#^2]]&] (* Harvey P. Dale, Sep 24 2016 *)
PROG
(PARI) forstep(N=1, 1e7, 2, isprime(numerator(sigma(N^2)/N^2)) && print1(N", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Jul 15 2011
STATUS
approved