|
| |
|
|
A087277
|
|
Numbers n such that the three second-degree cyclotomic polynomials x^2 + 1, x^2 - x + 1 and x^2 + x + 1 are simultaneously prime.
|
|
1
| |
|
|
2, 6, 90, 960, 1974, 2430, 2730, 2736, 6006, 6096, 6306, 7014, 11934, 14190, 18276, 18486, 21204, 24906, 24984, 25200, 27210, 35700, 38556, 39306, 40860, 44694, 45654, 47124, 49524, 51246, 53220, 56700, 58176, 63330, 63960, 72996, 76650
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| It appears that all these n, except n=2, are multiples of 6. By Schinzel's hypothesis, there are an infinite number of n that yield simultaneous primes. Note that the two first-degree cyclotomic polynomials, x-1 and x+1, yield the twin primes for the numbers in A014574.
|
|
|
REFERENCES
| P. Ribinboim, The New Book of Prime Number Records, Springer, 1996, p. 391
|
|
|
LINKS
| T. D. Noe, Table of n, a(n) for n=1..1000
Eric Weisstein's World of Mathematics, Schinzel's Hypothesis
|
|
|
EXAMPLE
| 6 is a member of this sequence because 31, 37 and 43 are primes.
|
|
|
MATHEMATICA
| x=0; Table[x=x+2; While[ !(PrimeQ[1+x^2]&&PrimeQ[1+x+x^2]&&PrimeQ[1-x+x^2]), x=x+2]; x, {50}]
|
|
|
CROSSREFS
| Cf. A014574.
Sequence in context: A055702 A179214 A128265 * A177861 A007188 A206156
Adjacent sequences: A087274 A087275 A087276 * A087278 A087279 A087280
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| T. D. Noe (noe(AT)sspectra.com), Aug 27 2003
|
| |
|
|