OFFSET
1,1
COMMENTS
Unique period primes (A040017) are often of the form Phi(k,10) or Phi(k,-10).
Terms of this sequence which are the square of a prime, a(n)=p^2, are such that A252491(p) is prime. Apart from a(2)=2^2, there is no such term up to 26570. - M. F. Hasler, Jan 09 2015
LINKS
Ray Chandler, Table of n, a(n) for n = 1..102 (first 50 terms from Robert Price, terms 92-93 from Serge Batalov, others from Kamada link)
Chris Caldwell, Unique Primes.
Makoto Kamada, Factorizations of Phi_n(10) (including prime members up to 200000).
MATHEMATICA
Select[Range[1000], PrimeQ[Cyclotomic[#, 10]] &] (* T. D. Noe, Mar 03 2012 *)
PROG
(PARI) for( i=1, 999, isprime( polcyclo(i, 10)) && print1( i", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Apr 03 2008
EXTENSIONS
a(28)-a(43) from Robert Price, Mar 03 2012
a(44)-a(50) from Robert Price, Apr 14 2012
a(51)-a(91) from Ray Chandler, Maksym Voznyy et al. (cf. Phi_n(10) link), ca. 2009
a(92)-a(93) from Serge Batalov, Mar 28 2015
STATUS
approved