login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A200906 Numbers n such that cyclotomic polynomial value Phi(5,n!) is prime. 13
0, 1, 2, 4, 5, 21, 44, 64, 244, 268, 2415 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
2415 corresponds to a probable prime. - Serge Batalov, Nov 24 2011
a(12) > 15000. - Robert Price, Jun 20 2015
LINKS
EXAMPLE
5 is in the sequence because Phi(5,5!) = ((5!)^5-1)/(5!-1)= 209102521 is prime.
MATHEMATICA
Do[If[PrimeQ[Cyclotomic[5, n!]], Print[n]], {n, 0, 600}]
PROG
(PARI) for(n=0, 600, x=n!; if(isprime(eval(polcyclo(5))), print(n)))
CROSSREFS
Sequence in context: A084592 A101587 A277853 * A036986 A144420 A126667
KEYWORD
nonn
AUTHOR
Serge Batalov, Nov 23 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 13 13:47 EDT 2024. Contains 374284 sequences. (Running on oeis4.)