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 A061334 #13 Feb 01 2016 02:53:15 %S A061334 3361,6841,9439,13681,14449,26591,26701,28729,39373,40609,41161,41521, %T A061334 54601,61031,66071,66301,68041,68881,70729,82021,85201,89209,90217, %U A061334 93601,96769,104831,110161,112921,117721,121631,125329,126001,128521 %N A061334 Primes with 22 as smallest positive primitive root. %H A061334 T. D. Noe, <a href="/A061334/b061334.txt">Table of n, a(n) for n=1..1000</a> %t A061334 Prime[ Select[ Range[12100], PrimitiveRoot[ Prime[ # ] ] == 22 & ] ] %t A061334 (* or *) %t A061334 Select[ Prime@Range@12100, PrimitiveRoot@# == 22 &] (* _Robert G. Wilson v_, May 11 2001 *) %Y A061334 Cf. A001918, A001126, A019349. %K A061334 nonn %O A061334 1,1 %A A061334 _Klaus Brockhaus_, Apr 25 2001