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

%I #12 May 21 2018 03:22:58

%S 6,7,17,42,56,62,106,108,112,141,161,163,173,210,212,231,296,306,342,

%T 360,382,395,400,416,418,431,435,457,458,492,517,530,531,540,551,618,

%U 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

%N Numbers n such that Phi(50,n) is prime, where Phi is the cyclotomic polynomial.

%H G. C. Greubel, <a href="/A250196/b250196.txt">Table of n, a(n) for n = 1..10000</a>

%t Select[Range[1200], PrimeQ[Cyclotomic[50, #]] &] (* _Vincenzo Librandi_, Jan 16 2015 *)

%o (PARI) {is(n)=isprime(polcyclo(50,n))};

%o for(n=1,1000, if(is(n), print1(n, ", "))) \\ _G. C. Greubel_, May 20 2018

%Y Cf. A246392.

%K nonn

%O 1,1

%A _R. J. Mathar_, Jan 12 2015

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 08:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)