A114659 Primes with 42 as smallest positive primitive root.
2494381, 3835651, 5750071, 6610561, 9014281, 9288121, 9781201, 11350561, 12618061, 14573761, 16576981, 17640871, 22293241, 23513311, 24793921, 24885271, 27665821, 29904601, 30824401, 30895231, 31697821, 33515701, 38340901, 39033721, 39037351, 39051841
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..1040
Programs
-
Mathematica
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@2379000, PrimitiveRoot@# == 42 &]
Extensions
a(23)-a(26) from Robert Price, Nov 19 2023