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!)
A250196 Numbers n such that Phi(50,n) is prime, where Phi is the cyclotomic polynomial. 2
6, 7, 17, 42, 56, 62, 106, 108, 112, 141, 161, 163, 173, 210, 212, 231, 296, 306, 342, 360, 382, 395, 400, 416, 418, 431, 435, 457, 458, 492, 517, 530, 531, 540, 551, 618, 637, 672, 697, 713, 722, 732, 790, 791, 810, 850, 852, 876, 898, 902, 926, 928, 937, 938, 970, 1010, 1091, 1118, 1123, 1150, 1157, 1165 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1200], PrimeQ[Cyclotomic[50, #]] &] (* Vincenzo Librandi, Jan 16 2015 *)
PROG
(PARI) {is(n)=isprime(polcyclo(50, n))};
for(n=1, 1000, if(is(n), print1(n, ", "))) \\ G. C. Greubel, May 20 2018
CROSSREFS
Cf. A246392.
Sequence in context: A062850 A139450 A219853 * A260563 A118666 A315847
KEYWORD
nonn
AUTHOR
R. J. Mathar, Jan 12 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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)