A114658 Primes with 41 as smallest positive primitive root.
156601, 185641, 266137, 284231, 375311, 494471, 504001, 510551, 544631, 552241, 583969, 589681, 622561, 637729, 643129, 651913, 683041, 683231, 701399, 738211, 742681, 757201, 811561, 819001, 819719, 832129, 840841, 858841, 872041, 878641, 880871, 887401
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..9956
Programs
-
Mathematica
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@69800, PrimitiveRoot@# == 41 &]
Extensions
a(31)-a(32) from Robert Price, Nov 18 2023