OFFSET
1,2
EXAMPLE
14 is included because there is no square strictly between 1 and 14 that divides evenly into 14.
PROG
(PARI) isok(n) = {fordiv (n, d, if (issquare(d) && (d>1) && (d<n), return (0))); return (1); } \\ Michel Marcus, Jun 08 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Lee A. Newberg, Oct 30 2009
STATUS
approved