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 A061327 #13 Feb 01 2016 02:52:42 %S A061327 1031,1489,1871,3001,4391,5641,6581,8011,12541,12671,12973,17209, %T A061327 17449,18911,21319,21649,22441,24001,24469,24841,28751,31849,35803, %U A061327 38281,38569,38861,40429,40751,41467,42409,43609,45289,50587,51169,53161 %N A061327 Primes with 14 as smallest positive primitive root. %H A061327 T. D. Noe, <a href="/A061327/b061327.txt">Table of n, a(n) for n=1..1000</a> %t A061327 Prime[ Select[ Range[5500], PrimitiveRoot[ Prime[ # ] ] == 14 & ] ] %t A061327 (* or *) %t A061327 Select[ Prime@Range@5500, PrimitiveRoot@# == 14 &] (* _Robert G. Wilson v_, May 11 2001 *) %Y A061327 Cf. A001918, A001126, A019342. %K A061327 nonn %O A061327 1,1 %A A061327 _Klaus Brockhaus_, Apr 24 2001