A114663 Primes with 46 as smallest positive primitive root.
273001, 830041, 1543081, 1897561, 1966561, 2298409, 2330641, 2503201, 2544481, 2782391, 2901649, 3056149, 3628249, 3828049, 4142161, 4260481, 4450681, 4575481, 4814209, 4948441, 5091241, 5103121, 5206319, 5540471, 5607361, 5845009, 6018769, 6228121, 6302521
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..9824
Programs
-
Mathematica
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@420000, PrimitiveRoot@# == 46 &]
Extensions
a(26)-a(29) from Robert Price, Nov 19 2023