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.

A114672 Primes with 56 as smallest positive primitive root.

This page as a plain text file.
%I A114672 #8 Nov 26 2023 02:04:57
%S A114672 219605251,293268301,370049371,383483101,451428301,533723371,
%T A114672 560941021,677810041,722238661,734682901,734901421,826629421,
%U A114672 844272001,886323091,936056221,1117983421,1121000761,1137522541,1163531461,1178675821,1239072481,1246249621
%N A114672 Primes with 56 as smallest positive primitive root.
%H A114672 Robert Price, <a href="/A114672/b114672.txt">Table of n, a(n) for n = 1..1331</a>
%t A114672 (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@59500000, PrimitiveRoot@# == 56 &]
%Y A114672 Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686.
%K A114672 nonn
%O A114672 1,1
%A A114672 _Robert G. Wilson v_, Dec 21 2005
%E A114672 a(21)-a(22) from _Robert Price_, Nov 25 2023