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.

A061738 Primes with 35 as smallest positive primitive root.

This page as a plain text file.
%I A061738 #13 Feb 01 2016 02:54:09
%S A061738 64609,93481,290041,319057,334777,549121,660097,663001,856441,999553,
%T A061738 1117681,1217833,1253761,1428769,1647097,1678249,1803097,1834631,
%U A061738 1940041,2117593,2219881,2425991,2434657,2765929,2784937,2852041,2980993,3279431,3378049,3405841
%N A061738 Primes with 35 as smallest positive primitive root.
%H A061738 Vincenzo Librandi, <a href="/A061738/b061738.txt">Table of n, a(n) for n = 1..730</a>
%t A061738 Prime[ Select[ Range[100000], PrimitiveRoot[ Prime[ # ] ] == 35 & ] ]
%t A061738 (* or *)
%t A061738 Select[ Prime@Range@100000, PrimitiveRoot@# == 35 &] (* _Robert G. Wilson v_, May 11 2001 *)
%Y A061738 Cf. A001918, A001126, A019361.
%K A061738 nonn
%O A061738 1,1
%A A061738 _Klaus Brockhaus_, May 06 2001
%E A061738 More terms from _Robert G. Wilson v_, May 11 2001
%E A061738 a(14)-a(30) from _Vincenzo Librandi_, Sep 22 2013