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.

A114662 Primes with 45 as smallest positive primitive root.

This page as a plain text file.
%I A114662 #15 Nov 20 2023 11:55:15
%S A114662 95525767,119154337,187156663,241624153,307396447,315255697,350645233,
%T A114662 359030233,397620007,398947033,414684817,443874817,512952007,
%U A114662 536331097,556355647,559634377,588250447,635613463,657965743,747854017,753117457,753369457,800256913
%N A114662 Primes with 45 as smallest positive primitive root.
%H A114662 Robert Price, <a href="/A114662/b114662.txt">Table of n, a(n) for n = 1..69</a>
%t A114662 (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) t = {}; Do[ If[ PrimitiveRoot[Prime@n] == 45, AppendTo[t, n]; Print@n], {n, 38600000}]; Prime@t
%Y A114662 Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686.
%K A114662 nonn
%O A114662 1,1
%A A114662 _Robert G. Wilson v_, Dec 21 2005
%E A114662 Duplicate at a(18) removed by _Robert Price_, Nov 19 2023
%E A114662 a(21)-a(23) from _Robert Price_, Nov 19 2023