A240032 Numbers with primitive root 13.
2, 5, 10, 11, 19, 22, 25, 31, 37, 38, 41, 47, 50, 59, 62, 67, 71, 73, 74, 82, 83, 89, 94, 97, 109, 118, 121, 125, 134, 137, 142, 146, 149, 151, 166, 167, 178, 194, 197, 218, 227, 239, 241, 242, 250, 274, 281, 293, 298, 302, 307, 317, 334, 349, 353, 359, 361
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
pr = 13; Select[Range[2, 600], MultiplicativeOrder[pr, #] == EulerPhi[#] &] Join[{2,5,10,11},Select[Range[400],MemberQ[PrimitiveRootList[#],13]&]] (* Harvey P. Dale, Apr 19 2023 *)