A061329 Primes with 17 as smallest positive primitive root.
311, 911, 1151, 2521, 2999, 3529, 4729, 5209, 6079, 6551, 7681, 8089, 8191, 8641, 9719, 14759, 16249, 16871, 16921, 18119, 19081, 21961, 23399, 24007, 24181, 27241, 27431, 27551, 29569, 29761, 30911, 33479, 34303, 35591, 36791, 37441
Offset: 1
Keywords
Links
- T. D. Noe, Table of n, a(n) for n=1..1000
Programs
-
Mathematica
Select[ Prime@Range@4000, PrimitiveRoot@# == 17 &] (* Robert G. Wilson v, May 11 2001; edited by Harvey P. Dale, Sep 14 2011 *)