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 A061736 #16 Sep 23 2013 18:08:20 %S A061736 268969,275263,316681,492911,514081,536311,546361,553561,579961, %T A061736 586009,641761,674831,744721,798481,827461,834961,1021561,1023409, %U A061736 1063609,1083319,1102921,1117321,1122241,1190951,1246561,1270561 %N A061736 Primes with 33 as smallest positive primitive root. %H A061736 Vincenzo Librandi, <a href="/A061736/b061736.txt">Table of n, a(n) for n = 1..1380</a> %t A061736 Prime[ Select[ Range[100000], PrimitiveRoot[ Prime[ # ] ] == 33 & ] ] %t A061736 Select[ Prime@Range@100000, PrimitiveRoot@# == 33 &] (* _Robert G. Wilson v_, May 11 2001 *) %Y A061736 Cf. A001918, A001126, A019359. %K A061736 nonn %O A061736 1,1 %A A061736 _Klaus Brockhaus_, May 06 2001 %E A061736 More terms from _Robert G. Wilson v_, May 11 2001