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!)
A233512 The first n cyclotomic polynomials are simultaneously prime for these arguments. 1

%I #6 Jan 23 2014 12:29:20

%S 3,4,6,150,1068630,6770610

%N The first n cyclotomic polynomials are simultaneously prime for these arguments.

%C The first six cyclotomic polynomials are x - 1, x + 1, x^2 + x + 1, x^2 + 1, x^4 + x^3 + x^2 + x + 1, and x^2 - x + 1.

%C By Schinzel's hypothesis H, this sequence is defined for all n.

%C a(7) > 2*10^9.

%D See A087277.

%e At x = 3, x-1 = 2, which is prime. At x = 4, x-1 = 3 and x+1 = 5, which are both prime. At x = 6, x-1 = 5, x+1 = 7, and x^2+x+1 = 43, which are all prime.

%t t = {}; n = 0; len = 0; While[len < 6, n++; found = True; i = 1; While[found && i <= len + 1, found = PrimeQ[Cyclotomic[i, n]]; i++]; If[found && i > len + 1, AppendTo[t, n]; len++]]; t

%Y Cf. A014574 (first degree solutions: average of twin primes).

%Y Cf. A087277 (similar, but with second-degree cyclotomic polynomials).

%Y Cf. A231612 (similar, but with fourth-degree cyclotomic polynomials).

%Y Cf. A231613 (similar, but with sixth-degree cyclotomic polynomials).

%Y Cf. A231614 (similar, but with eighth-degree cyclotomic polynomials).

%K nonn,hard,more

%O 1,1

%A _T. D. Noe_, Dec 13 2013

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