A240096 Numbers with primitive root 15.
2, 4, 13, 19, 23, 26, 29, 37, 38, 41, 46, 47, 58, 73, 74, 82, 83, 89, 94, 97, 101, 107, 139, 146, 149, 151, 157, 166, 167, 169, 178, 193, 194, 199, 202, 214, 227, 263, 269, 271, 278, 281, 298, 302, 313, 314, 334, 337, 338, 347, 361, 373, 379, 383, 386, 389
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
pr = 15; Select[Range[2, 500], MultiplicativeOrder[pr, #] == EulerPhi[#] &] Join[{2,4,13},Select[Range[2,400],PrimitiveRoot[#,15]==15&]] (* Harvey P. Dale, Jun 30 2018 *)