OFFSET
1,1
COMMENTS
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..1000
EXAMPLE
223 is a term because it has 38 primitive roots below 111.5, but 34 above 111.5.
MATHEMATICA
q[n_] := PrimeQ[n] && Length[(p = PrimitiveRootList[n])] > 2*Count[p, _?(# > n/2 &)]; Select[4*Range[0, 1500] + 3, q] (* Amiram Eldar, Oct 11 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Don Reble, Apr 20 2007
STATUS
approved