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!)
A117545 Least k such that Phi(k,n), the k-th cyclotomic polynomial evaluated at n, is prime. 5

%I #5 Apr 15 2014 02:34:19

%S 2,2,1,1,3,1,5,1,6,2,9,1,5,1,3,2,3,1,19,1,3,2,5,1,6,4,3,2,5,1,7,1,3,6,

%T 21,2,10,1,6,2,3,1,5,1,19,2,10,1,14,3,6,2,11,1,6,4,3,2,3,1,7,1,5,204,

%U 12,2,6,1,3,2,3,1,5,1,3,6,3,2,5,1,6,2,5,1,5,11,7,2,3,1,6,12,7,4,7,2,17,1,3

%N Least k such that Phi(k,n), the k-th cyclotomic polynomial evaluated at n, is prime.

%C Note that a(n)=1 iff n-1 is prime because Phi(1,x)=x-1. For n<2048, we have the bound a(n)<251. However, a(2048) is greater than 10000. Is a(n) defined for all n? For fixed n, there are many sequences listing the k that make Phi(k,n) prime: A000043, A028491, A004061, A004062, A004063, A004023, A005808, A016054, A006032, A006033, A006034, A006035.

%H T. D. Noe, <a href="/A117545/b117545.txt">Table of n, a(n) for n = 1..2047</a>

%t Table[k=1; While[ !PrimeQ[Cyclotomic[k,n]], k++ ]; k, {n,100}]

%Y Cf. A117544 (least k such that Phi(n, k) is prime).

%K nonn

%O 1,1

%A _T. D. Noe_, Mar 28 2006

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 September 7 13:04 EDT 2024. Contains 375730 sequences. (Running on oeis4.)