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 A114668 #8 Nov 20 2023 11:55:21 %S A114668 129361,632041,3078769,4453681,4620961,4677121,6633001,7626481, %T A114668 8318641,9471841,9746521,14249929,16073401,16243921,17396569,17793241, %U A114668 18696241,18833641,19245601,20159329,20390329,24551521,24638881,24763369,25796401,36403921,36533281 %N A114668 Primes with 52 as smallest positive primitive root. %H A114668 Robert Price, <a href="/A114668/b114668.txt">Table of n, a(n) for n = 1..1043</a> %t A114668 (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@1620000, PrimitiveRoot@# == 52 &] %Y A114668 Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686. %K A114668 nonn %O A114668 1,1 %A A114668 _Robert G. Wilson v_, Dec 21 2005 %E A114668 a(25)-a(27) from _Robert Price_, Nov 20 2023