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”).

A258355
Numbers n such that cyclotomic polynomial value Phi(9,n!) is prime.
0
0, 1, 2, 98, 775
OFFSET
1,3
COMMENTS
All values correspond to certified primes.
a(6) > 5944.
EXAMPLE
2 is in the sequence because Phi(9,2!) = 1 + 2^3 + 2^6 = 73 is prime.
MATHEMATICA
Select[Range[0, 5944], PrimeQ[Cyclotomic[9, #!]] &]
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Robert Price, May 27 2015
STATUS
approved