A114671 Primes with 55 as smallest positive primitive root.
459841, 762049, 971401, 1200361, 3148681, 4672201, 5774833, 6336409, 7190137, 8209489, 11393929, 11922121, 14528929, 15322441, 16280161, 16923817, 18440159, 21301081, 23834521, 25341289, 25977001, 26494441, 28458361, 28632311, 29196241, 29334793, 30009121
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..1677
Programs
-
Mathematica
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@1812000, PrimitiveRoot@# == 55 &]
Extensions
a(25)-a(27) from Robert Price, Nov 20 2023