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 A114671 #8 Nov 20 2023 11:53:43 %S A114671 459841,762049,971401,1200361,3148681,4672201,5774833,6336409,7190137, %T A114671 8209489,11393929,11922121,14528929,15322441,16280161,16923817, %U A114671 18440159,21301081,23834521,25341289,25977001,26494441,28458361,28632311,29196241,29334793,30009121 %N A114671 Primes with 55 as smallest positive primitive root. %H A114671 Robert Price, <a href="/A114671/b114671.txt">Table of n, a(n) for n = 1..1677</a> %t A114671 (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@1812000, PrimitiveRoot@# == 55 &] %Y A114671 Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686. %K A114671 nonn %O A114671 1,1 %A A114671 _Robert G. Wilson v_, Dec 21 2005 %E A114671 a(25)-a(27) from _Robert Price_, Nov 20 2023