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 A250191 #10 May 19 2018 02:02:03 %S A250191 25,60,70,77,86,116,117,119,137,151,166,175,176,177,181,184,202,208, %T A250191 229,241,300,313,328,332,344,385,402,442,444,446,453,467,470,500,501, %U A250191 522,527,531,532,534,568,584,592,629,690,696,701,706,709,728,734,749,795,812,828,838,844,845,855,857,950,951,965,991,1009 %N A250191 Numbers n such that Phi(44,n) is prime, where Phi is the cyclotomic polynomial. %H A250191 G. C. Greubel, <a href="/A250191/b250191.txt">Table of n, a(n) for n = 1..10000</a> %t A250191 Select[Range[1100], PrimeQ[Cyclotomic[44, #]] &] (* _Vincenzo Librandi_, Jan 16 2015 *) %o A250191 (PARI) {is(n)=isprime(polcyclo(44,n))}; %o A250191 for(n=1,1000, if(is(n)==1, print1(n, ", "))) \\ _G. C. Greubel_, May 18 2018 %Y A250191 Cf. A246392. %K A250191 nonn %O A250191 1,1 %A A250191 _R. J. Mathar_, Jan 12 2015