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.

A114658 Primes with 41 as smallest positive primitive root.

This page as a plain text file.
%I A114658 #8 Nov 19 2023 01:33:31
%S A114658 156601,185641,266137,284231,375311,494471,504001,510551,544631,
%T A114658 552241,583969,589681,622561,637729,643129,651913,683041,683231,
%U A114658 701399,738211,742681,757201,811561,819001,819719,832129,840841,858841,872041,878641,880871,887401
%N A114658 Primes with 41 as smallest positive primitive root.
%H A114658 Robert Price, <a href="/A114658/b114658.txt">Table of n, a(n) for n = 1..9956</a>
%t A114658 (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@69800, PrimitiveRoot@# == 41 &]
%Y A114658 Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686.
%K A114658 nonn
%O A114658 1,1
%A A114658 _Robert G. Wilson v_, Dec 21 2005
%E A114658 a(31)-a(32) from _Robert Price_, Nov 18 2023