OFFSET
1,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[Range[700], PrimeQ[Cyclotomic[28, #]] &] (* Vincenzo Librandi, Jan 17 2015 *)
PROG
(PARI) isok(n) = isprime(polcyclo(28, n)); \\ Michel Marcus, Jan 17 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
R. J. Mathar, Jan 09 2015
STATUS
approved