login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A258356
Numbers n such that cyclotomic polynomial value Phi(10,n!) is prime.
0
2, 36, 101, 107, 267, 316
OFFSET
1,1
COMMENTS
All values except 2 are probable primes.
a(7) > 7560.
That is, numbers n such that n! belongs to A246392. - Michel Marcus, May 30 2015
EXAMPLE
2 is in the sequence because Phi(10,2!) = 1 - 2 + 2^2 - 2^3 + 2^4 = 11 is prime.
MATHEMATICA
Select[Range[0, 7560], PrimeQ[Cyclotomic[10, #!]] &]
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Robert Price, May 27 2015
STATUS
approved