%I #14 Apr 01 2014 03:00:42
%S 3,5,17,37,47,53,59,61,71,89,97,113,127,137,139,149,163,167,179,211,
%T 223,229,239,241,271,293,307,311,313,347,373,389,401,433,439,443,457,
%U 463,491,499,521,547,557,569,587,599,613,617,641,661,677,683,691,701,719,733,739
%N Primes with primitive root 92.
%H Vincenzo Librandi, <a href="/A019414/b019414.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=92; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]
%K nonn
%O 1,1
%A _David W. Wilson_