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.

A250190 Numbers n such that Phi(42,n) is prime, where Phi is the cyclotomic polynomial.

This page as a plain text file.
%I A250190 #12 May 19 2018 02:02:49
%S A250190 2,6,8,11,23,35,41,49,58,65,85,88,97,107,111,139,144,161,170,197,214,
%T A250190 217,223,230,238,247,274,298,301,323,382,389,393,398,403,427,445,452,
%U A250190 473,480,497,511,561,575,595,601,604,606,615,629,651,652,680,685,702,725,762,770,774,781,805,814,912,918,942,987,1030
%N A250190 Numbers n such that Phi(42,n) is prime, where Phi is the cyclotomic polynomial.
%H A250190 G. C. Greubel, <a href="/A250190/b250190.txt">Table of n, a(n) for n = 1..10000</a>
%t A250190 Select[Range[1100], PrimeQ[Cyclotomic[42, #]] &] (* _Vincenzo Librandi_, Jan 16 2015 *)
%o A250190 (PARI) {is(n)=isprime(polcyclo(42,n))};
%o A250190 for(n=1,1000, if(is(n)==1, print1(n, ", "))) \\ _G. C. Greubel_, May 18 2018
%Y A250190 Cf. A246392.
%K A250190 nonn
%O A250190 1,1
%A A250190 _R. J. Mathar_, Jan 12 2015