A061731 Primes with 26 as smallest positive primitive root.
12391, 27191, 56611, 57791, 92761, 95929, 99289, 104281, 112249, 132049, 140281, 149689, 157081, 162649, 163321, 174241, 187871, 204601, 206641, 209563, 215161, 228841, 244561, 250741, 275881, 278881, 291481, 302299, 309289, 317831, 333451
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..6000
Programs
-
Mathematica
Select[ Prime@Range@290000, PrimitiveRoot@# == 26 &] (* Robert G. Wilson v, May 11 2001 *)