%I #14 Apr 01 2014 03:00:33
%S 7,11,37,41,53,101,107,113,137,149,157,163,173,179,191,197,227,233,
%T 239,257,263,269,271,277,281,313,383,397,419,433,443,449,467,479,487,
%U 499,541,563,569,577,587,613,641,647,653,691,709,719,773,787,809,857,859,863,881
%N Primes with primitive root 94.
%H Vincenzo Librandi, <a href="/A019416/b019416.txt">Table of n, a(n) for n = 1..1000</a>
%H <a href="/index/Pri#primes_root">Index entries for primes by primitive root</a>
%t pr=94; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]
%K nonn
%O 1,1
%A _David W. Wilson_