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 A001125 M5275 N2293 #31 May 08 2018 15:11:53 %S A001125 41,109,151,229,251,271,367,733,761,971,991,1069,1289,1303,1429,1471, %T A001125 1759,1789,1811,1879,2411,2441,2551,2749,2791,3061,3079,3109,3229, %U A001125 3251,3301,3319,3967,4211,4549,4721,4783,4909,4931,4951,5101,5167,5581,5791 %N A001125 Primes with 6 as smallest primitive root. %D A001125 M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 864. %D A001125 M. Kraitchik, Recherches sur la Théorie des Nombres. Gauthiers-Villars, Paris, Vol. 1, 1924, Vol. 2, 1929, see Vol. 1, p. 11. %D A001125 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence). %D A001125 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A001125 T. D. Noe, <a href="/A001125/b001125.txt">Table of n, a(n) for n = 1..1000</a> %H A001125 M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy]. %H A001125 <a href="/index/Pri#primes_root">Index entries for primes by primitive root</a> %t A001125 Prime[ Select[ Range[1000], PrimitiveRoot[ Prime[ # ] ] == 6 & ] ] %t A001125 (* or *) %t A001125 Select[ Prime@Range@760, PrimitiveRoot@# == 6 &] (* _Robert G. Wilson v_, May 11 2001 *) %Y A001125 Cf. A001122, A001123, A001124, etc. %K A001125 nonn %O A001125 1,1 %A A001125 _N. J. A. Sloane_ %E A001125 More terms from _Robert G. Wilson v_, May 10 2001