Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #8 Nov 21 2023 05:16:59
%S 1171921,1209121,1881961,2086681,2264161,5028241,5385361,5976961,
%T 7024081,7097809,8182441,8739721,8752129,8833969,8847451,9140569,
%U 10222081,10328111,10434649,11787481,11923921,12098761,13364569,14408881,14523601,15599471,16295449
%N Primes with 61 as smallest positive primitive root.
%H Robert Price, <a href="/A114677/b114677.txt">Table of n, a(n) for n = 1..3883</a>
%t (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@942000, PrimitiveRoot@# == 61 &]
%Y Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686.
%K nonn
%O 1,1
%A _Robert G. Wilson v_, Dec 21 2005
%E a(24)-a(27) from _Robert Price_, Nov 20 2023