OFFSET
1,1
COMMENTS
From Jianing Song, May 12 2024: (Start)
Members of A019334 that are not congruent to 1 mod 3. Terms greater than 2 are congruent to 5 modulo 12.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Wikipedia, Artin's conjecture on primitive roots
MATHEMATICA
pr=27; Select[Prime[Range[300]], MultiplicativeOrder[pr, # ] == #-1 &]
PROG
(PARI) isA019353(n) = isprime(n) && (n!=3) && znorder(Mod(27, n)) == n-1 \\ Jianing Song, May 12 2024
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved