# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a114683 Showing 1-1 of 1 %I A114683 #8 Nov 26 2023 10:31:50 %S A114683 3733801,35507761,35902441,43734601,52704961,57882691,60170881, %T A114683 66434341,88016041,102019681,111554041,119630281,145836601,153955201, %U A114683 167521201,170963521,183145561,206125921,210210841,210912601,217455001,245357641,255934561,261094201 %N A114683 Primes with 68 as smallest positive primitive root. %H A114683 Robert Price, Table of n, a(n) for n = 1..7874 %t A114683 (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) t={}; Do[ If[ PrimitiveRoot[ Prime@n] == 68, AppendTo[t, n]; Print@Prime@n], {n, 13500000}]; Prime@t %Y A114683 Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686. %K A114683 nonn %O A114683 1,1 %A A114683 _Robert G. Wilson v_, Dec 21 2005 %E A114683 a(23)-a(24) from _Robert Price_, Nov 26 2023 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE