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 A114673 #8 Nov 20 2023 11:53:39 %S A114673 471769,1380289,1854889,2605849,2754049,3900121,3903769,6324847, %T A114673 6966961,7244449,8574721,8679841,8912401,9470161,10448881,11183041, %U A114673 13313161,13383841,13577041,13983841,15132121,15792001,16238401,16639681,17610961,17785951,18367561 %N A114673 Primes with 57 as smallest positive primitive root. %H A114673 Robert Price, <a href="/A114673/b114673.txt">Table of n, a(n) for n = 1..2505</a> %t A114673 (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@1130000, PrimitiveRoot@# == 57 &] %Y A114673 Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686. %K A114673 nonn %O A114673 1,1 %A A114673 _Robert G. Wilson v_, Dec 21 2005 %E A114673 a(25)-a(27) from _Robert Price_, Nov 20 2023