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!)
A261535 Primes of the form Phi(8,n!), where Phi is the cyclotomic polynomial. 0
2, 17, 1297, 331777, 1503561738404723998944447273369600000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(6) is 730 digits.
LINKS
MATHEMATICA
Select[Table[Cyclotomic[8, n!], {n, 0, 200}], PrimeQ]
PROG
(PARI) for(n=1, 500, if(isprime(k=polcyclo(8, n!)), print1(k", "))) \\ Altug Alkan, Nov 16 2015
CROSSREFS
Sequence in context: A013099 A013060 A012988 * A327020 A058233 A062635
KEYWORD
nonn
AUTHOR
Robert Price, Aug 28 2015
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 April 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)