A061735 Primes with 31 as smallest positive primitive root.
5881, 23209, 31391, 39841, 43801, 53089, 53881, 61151, 65831, 88079, 92569, 99961, 101089, 102001, 111409, 135719, 136751, 141961, 150721, 169991, 175081, 196081, 207481, 216841, 224401, 250799, 256369, 271489, 275521, 276721, 285757
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..5000
Programs
-
Mathematica
Select[Prime@Range@25000, PrimitiveRoot@# == 31 &] (* Robert G. Wilson v, May 11 2001 *)