OFFSET
1,1
COMMENTS
Contains all primes. - Ivan Neretin, Apr 05 2016
LINKS
Ivan Neretin, Table of n, a(n) for n = 1..13517 (all terms up to 10^5)
MATHEMATICA
Select[Range[2, 265], Divisible[#, PrimeOmega[#]^2] &] (* Ivan Neretin, Apr 05 2016 *)
PROG
(PARI) isok(n) = !(n % bigomega(n)^2); \\ Michel Marcus, Apr 05 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 17 2013
STATUS
approved