cp's OEIS Frontend

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.

A114660 Primes with 43 as smallest positive primitive root.

This page as a plain text file.
%I A114660 #7 Nov 19 2023 16:00:51
%S A114660 95471,104711,140617,166871,225289,329281,352489,366791,475151,514751,
%T A114660 583801,691681,700561,728281,762721,984959,990361,1026481,1028329,
%U A114660 1044289,1202041,1252021,1289401,1369369,1387681,1565521,1579751,1694089,1886329,2043001
%N A114660 Primes with 43 as smallest positive primitive root.
%H A114660 Robert Price, <a href="/A114660/b114660.txt">Table of n, a(n) for n = 1..10001</a>
%t A114660 (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@150000, PrimitiveRoot@# == 43 &]
%Y A114660 Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686.
%K A114660 nonn
%O A114660 1,1
%A A114660 _Robert G. Wilson v_, Dec 21 2005
%E A114660 a(28)-a(30) from _Robert Price_, Nov 19 2023