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 A114659 #8 Nov 19 2023 10:34:19 %S A114659 2494381,3835651,5750071,6610561,9014281,9288121,9781201,11350561, %T A114659 12618061,14573761,16576981,17640871,22293241,23513311,24793921, %U A114659 24885271,27665821,29904601,30824401,30895231,31697821,33515701,38340901,39033721,39037351,39051841 %N A114659 Primes with 42 as smallest positive primitive root. %H A114659 Robert Price, <a href="/A114659/b114659.txt">Table of n, a(n) for n = 1..1040</a> %t A114659 (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@2379000, PrimitiveRoot@# == 42 &] %Y A114659 Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686. %K A114659 nonn %O A114659 1,1 %A A114659 _Robert G. Wilson v_, Dec 21 2005 %E A114659 a(23)-a(26) from _Robert Price_, Nov 19 2023