cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A070737 Smallest number x such that the first n cyclotomic polynomials evaluated at x are primes.

Original entry on oeis.org

3, 4, 6, 6, 1068630, 6770610, 2981997480, 339126523890, 120351747887280, 13533264289711320
Offset: 1

Views

Author

Don Reble, May 15 2002 and Phil Carmody, Aug 09 2002

Keywords

Comments

Let Phi_k be the k-th cyclotomic polynomial. a(n) is the least integer x such that for each k from 1 to n, Phi_k(x) is prime.

Examples

			a(6)=x=6770610 because Phi_1(x)=x-1, Phi_2(x)=x+1, Phi_3(x)=x^2+x+1, Phi_4(x)=x^2+1, Phi_5(x)=x^4+x^3+x^2+x+1 and Phi_6(x)=x^2-x+1 are all prime.
		

Crossrefs