login
Primes with 11 as smallest positive primitive root.
1

%I #13 Mar 20 2015 17:22:57

%S 643,719,769,839,1009,1129,1201,1511,1597,1657,1801,2399,2857,3049,

%T 3191,3359,3889,4079,4201,4561,4591,4679,4861,4871,4969,5039,5351,

%U 5521,5591,5689,5879,6271,6719,8039,8111,8231,8779,8929,9551,9791,9973

%N Primes with 11 as smallest positive primitive root.

%H T. D. Noe, <a href="/A061324/b061324.txt">Table of n, a(n) for n=1..1000</a>

%t Select[Prime[Range[1230]],PrimitiveRoot[#]==11&] (* _Robert G. Wilson v_ and _Harvey P. Dale_, Jul 16 2011 *)

%Y Cf. A001918, A001126, A019339.

%K nonn

%O 1,1

%A _Klaus Brockhaus_, Apr 24 2001