OFFSET
1,1
COMMENTS
There are only 6 terms between 365 and 1445 (exclusive).
LINKS
Robert Price, Table of n, a(n) for n = 1..97
Yves Gallot, Cyclotomic polynomials and prime numbers
MATHEMATICA
Select[ Range[ 2400], PrimeQ[ Cyclotomic[#, -7]] &] (* Robert G. Wilson v, Mar 25 2012 *)
PROG
(PARI) for( i=1, 999, ispseudoprime( polcyclo(i, -7)) && print1( i", ")) /* use ...subst(polcyclo(i), x, -7)... in PARI < 2.4.2 */
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Apr 03 2008
STATUS
approved