login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Primes with 53 as smallest positive primitive root.
2

%I #10 Nov 20 2023 11:54:20

%S 161831,543841,786241,1007161,1331521,1527289,1591969,1884791,2005441,

%T 2574601,2784961,3086977,3131209,3474719,3735601,3818929,3829489,

%U 3852601,3856129,4082401,4145951,4259641,4353001,4554553,4740961,4823641,4893001,5020391,5206081

%N Primes with 53 as smallest positive primitive root.

%H Robert Price, <a href="/A114669/b114669.txt">Table of n, a(n) for n = 1..9999</a>

%t (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@342000, PrimitiveRoot@# == 53 &]

%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(26)-a(29) from _Robert Price_, Nov 20 2023