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!)
A070527 Numbers k such that cyclotomic(k, 2^k) is a prime number. 2
2, 3, 4, 7, 40, 59, 140 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No other terms below 300. - Max Alekseyev, May 29 2009
No other terms below 760. - Lucas A. Brown, Dec 16 2020
LINKS
EXAMPLE
4 is a term because cyclotomic(4,16) = 1 + 16^2 = 257 is prime.
MATHEMATICA
Do[s=Cyclotomic[n, 2^n]; If[PrimeQ[s], Print[n]], {n, 1, 1000}]
Select[Range[150], PrimeQ[Cyclotomic[#, 2^#]]&] (* Harvey P. Dale, Aug 12 2023 *)
PROG
(PARI) isok(k) = isprime(polcyclo(k, 2^k)); \\ Michel Marcus, Dec 17 2020
CROSSREFS
Sequence in context: A370407 A094313 A214914 * A158652 A127074 A328322
KEYWORD
more,nonn
AUTHOR
Labos Elemer, May 02 2002
EXTENSIONS
One more term from Max Alekseyev, May 29 2009
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)