%I #19 May 08 2018 15:11:55
%S 2,3,5,6,8,10,12,16,17,18,19,23,26,28,32,34,35,38,40,41,42,45,47,49,
%T 57,62,66,69,70,74,75,77,81,82,86,89,91,94,97,99,100,101,102,103,107,
%U 112,114,119,120,121,123,126,127,134,137,138,139,142,144,145,147
%N Indices of primes with primitive root 2.
%C Artin conjectured that this sequence is infinite (this is the famous Artin Conjecture).
%D M. Abramowitz and I.A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 864
%D J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, New York, 1996. see p. 169
%D L. Huber, manuscripts on Group Theory and Number Theory, 1990-1995
%H T. D. Noe, <a href="/A072190/b072190.txt">Table of n, a(n) for n = 1..1000</a>
%H M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
%H <a href="/index/Ar#Artin">Index entries for sequences related to Artin's conjecture</a>
%e 8 is an element of the sequence: 19 the 8th prime and 2 is primitive root of 19. 9 is not element of the sequence, since 23 is the 9th prime and 2 is not primitive root of 23.
%t Select[Range[300], MultiplicativeOrder[2, Prime[#]] == Prime[#] - 1 &] (* _T. D. Noe_, Apr 16 2014 *)
%Y Cf. A001122, A001123, A001124, A001125.
%K easy,nonn
%O 1,1
%A _Miklos Kristof_, Jul 02 2002
%E Edited by _N. J. A. Sloane_, Apr 11 2009
%E Extended by _T. D. Noe_, Apr 16 2014