A231614 Numbers n such that the five eighth-degree cyclotomic polynomials are simultaneously prime.
4069124, 8919014, 8942756, 46503870, 75151624, 82805744, 189326670, 197155324, 271490544, 365746304, 648120564, 1031944990
Offset: 1
References
- See A087277.
Crossrefs
Programs
-
Mathematica
t = {}; n = 0; While[Length[t] < 6, n++; If[PrimeQ[Cyclotomic[15, n]] && PrimeQ[Cyclotomic[16, n]] && PrimeQ[Cyclotomic[20, n]] && PrimeQ[Cyclotomic[24, n]] && PrimeQ[Cyclotomic[30, n]], AppendTo[t, n]]]; t
Extensions
Extended to 12 terms by T. D. Noe, Dec 13 2013
Comments