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 A061329 #18 Jul 14 2015 04:05:37 %S A061329 311,911,1151,2521,2999,3529,4729,5209,6079,6551,7681,8089,8191,8641, %T A061329 9719,14759,16249,16871,16921,18119,19081,21961,23399,24007,24181, %U A061329 27241,27431,27551,29569,29761,30911,33479,34303,35591,36791,37441 %N A061329 Primes with 17 as smallest positive primitive root. %H A061329 T. D. Noe, <a href="/A061329/b061329.txt">Table of n, a(n) for n=1..1000</a> %t A061329 Select[ Prime@Range@4000, PrimitiveRoot@# == 17 &] (* _Robert G. Wilson v_, May 11 2001; edited by _Harvey P. Dale_, Sep 14 2011 *) %Y A061329 Cf. A001918, A001126, A019344. %K A061329 nonn %O A061329 1,1 %A A061329 _Klaus Brockhaus_, Apr 25 2001