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.
%I A250192 #13 May 19 2018 02:02:07 %S A250192 11,18,23,24,29,33,40,51,61,65,85,91,95,113,153,206,207,218,264,276, %T A250192 285,292,313,332,347,362,367,391,417,418,424,426,428,439,444,451,454, %U A250192 468,476,493,542,601,634,642,653,657,680,705,734,764,783,787,856,867,873,915,942,945,953,964,971,1013,1022,1044,1054,1058,1070 %N A250192 Numbers n such that Phi(45,n) is prime, where Phi is the cyclotomic polynomial. %H A250192 G. C. Greubel, <a href="/A250192/b250192.txt">Table of n, a(n) for n = 1..10000</a> %t A250192 Select[Range[1000], PrimeQ[Cyclotomic[45, #]] &] (* _Vincenzo Librandi_, Jan 16 2015 *) %o A250192 (PARI) {is(n)=isprime(polcyclo(45,n))}; %o A250192 for(n=1,1000, if(is(n)==1, print1(n, ", "))) \\ _G. C. Greubel_, May 18 2018 %Y A250192 Cf. A246392. %K A250192 nonn %O A250192 1,1 %A A250192 _R. J. Mathar_, Jan 12 2015