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.

A114663 Primes with 46 as smallest positive primitive root.

This page as a plain text file.
%I A114663 #8 Nov 20 2023 00:03:26
%S A114663 273001,830041,1543081,1897561,1966561,2298409,2330641,2503201,
%T A114663 2544481,2782391,2901649,3056149,3628249,3828049,4142161,4260481,
%U A114663 4450681,4575481,4814209,4948441,5091241,5103121,5206319,5540471,5607361,5845009,6018769,6228121,6302521
%N A114663 Primes with 46 as smallest positive primitive root.
%H A114663 Robert Price, <a href="/A114663/b114663.txt">Table of n, a(n) for n = 1..9824</a>
%t A114663 (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@420000, PrimitiveRoot@# == 46 &]
%Y A114663 Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686.
%K A114663 nonn
%O A114663 1,1
%A A114663 _Robert G. Wilson v_, Dec 21 2005
%E A114663 a(26)-a(29) from _Robert Price_, Nov 19 2023