OFFSET
1,2
COMMENTS
It appears that except for 1,2 and 6, all terms of this sequence are multiples of 4.
It also appears that all cyclotomic polynomials, Phi(k,x), where k is a multiple of 4 have no odd powers of x. For example, Phi(20,x) = x^8 - x^6 + x^4 - x^2 + 1. This implies that Phi(k,x) = Phi(k,-x), where k is a multiple of 4. - Robert Price, Apr 13 2012
Second comment is true; this follows from applying Theorem 1.1 in the Gallot paper with p = 2 and m even. - Charlie Neder, May 16 2019
LINKS
MATHEMATICA
Select[Range[1000], PrimeQ[Cyclotomic[#, 4]] &]
PROG
(PARI) for( i=1, 999, ispseudoprime( polcyclo(i, 4)) && print1( i", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Apr 03 2008
EXTENSIONS
a(29)-a(51) from Robert Price, Apr 12 2012
STATUS
approved