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!)
A250182 Numbers n such that Phi_28(n) is prime, where Phi is the cyclotomic polynomial. 2
4, 5, 7, 13, 25, 33, 41, 63, 74, 80, 88, 94, 96, 104, 116, 144, 149, 151, 154, 165, 167, 174, 183, 191, 197, 208, 231, 241, 262, 268, 270, 290, 318, 319, 361, 368, 376, 390, 394, 412, 431, 434, 442, 464, 489, 492, 521, 529, 556, 568, 574, 575, 585, 589, 613, 629, 639, 654, 666, 667, 672, 683, 684 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[700], PrimeQ[Cyclotomic[28, #]] &] (* Vincenzo Librandi, Jan 17 2015 *)
PROG
(PARI) isok(n) = isprime(polcyclo(28, n)); \\ Michel Marcus, Jan 17 2015
CROSSREFS
Cf. A246392.
Sequence in context: A293757 A275273 A069575 * A358701 A072215 A106170
KEYWORD
nonn
AUTHOR
R. J. Mathar, Jan 09 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 May 9 12:21 EDT 2024. Contains 372350 sequences. (Running on oeis4.)