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.

A114669 Primes with 53 as smallest positive primitive root.

This page as a plain text file.
%I A114669 #10 Nov 20 2023 11:54:20
%S A114669 161831,543841,786241,1007161,1331521,1527289,1591969,1884791,2005441,
%T A114669 2574601,2784961,3086977,3131209,3474719,3735601,3818929,3829489,
%U A114669 3852601,3856129,4082401,4145951,4259641,4353001,4554553,4740961,4823641,4893001,5020391,5206081
%N A114669 Primes with 53 as smallest positive primitive root.
%H A114669 Robert Price, <a href="/A114669/b114669.txt">Table of n, a(n) for n = 1..9999</a>
%t A114669 (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@342000, PrimitiveRoot@# == 53 &]
%Y A114669 Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686.
%K A114669 nonn
%O A114669 1,1
%A A114669 _Robert G. Wilson v_, Dec 21 2005
%E A114669 a(26)-a(29) from _Robert Price_, Nov 20 2023