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 A114675 #8 Nov 20 2023 11:52:45 %S A114675 712321,1064281,2957761,3190151,3968761,4501201,4630081,5154551, %T A114675 5198449,5802073,5861881,5873111,6272401,6439681,6813409,7168561, %U A114675 7177921,7552801,8049889,8054281,9432361,10333801,10369129,11069881,11315929,11652481,11935871,12740809 %N A114675 Primes with 59 as smallest positive primitive root. %H A114675 Robert Price, <a href="/A114675/b114675.txt">Table of n, a(n) for n = 1..5541</a> %t A114675 (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@767000, PrimitiveRoot@# == 59 &] %Y A114675 Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686. %K A114675 nonn %O A114675 1,1 %A A114675 _Robert G. Wilson v_, Dec 21 2005 %E A114675 a(26)-a(28) from _Robert Price_, Nov 20 2023