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 A114667 #9 Nov 20 2023 11:55:18 %S A114667 322999,1302841,3138071,3795289,5062711,5334911,5352649,5579641, %T A114667 5780329,6202681,6329231,6357121,7014121,7156231,7179481,7184857, %U A114667 8334481,8340721,8798431,9355921,9895201,10136449,10750489,11660791,11729041,11924929,12444721,12787321 %N A114667 Primes with 51 as smallest positive primitive root. %H A114667 Robert Price, <a href="/A114667/b114667.txt">Table of n, a(n) for n = 1..4244</a> %t A114667 (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@790000, PrimitiveRoot@# == 51 &] %Y A114667 Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686. %K A114667 hard,nonn %O A114667 1,1 %A A114667 _Robert G. Wilson v_, Dec 21 2005 %E A114667 a(26)-a(28) from _Robert Price_, Nov 20 2023