A114675 Primes with 59 as smallest positive primitive root.
712321, 1064281, 2957761, 3190151, 3968761, 4501201, 4630081, 5154551, 5198449, 5802073, 5861881, 5873111, 6272401, 6439681, 6813409, 7168561, 7177921, 7552801, 8049889, 8054281, 9432361, 10333801, 10369129, 11069881, 11315929, 11652481, 11935871, 12740809
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..5541
Programs
-
Mathematica
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@767000, PrimitiveRoot@# == 59 &]
Extensions
a(26)-a(28) from Robert Price, Nov 20 2023