login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Primes with 34 as smallest positive primitive root.
1

%I #14 Oct 31 2013 12:17:18

%S 48889,88321,92401,155521,229681,233941,284881,285121,289249,290161,

%T 353929,379681,407521,493291,529999,593711,679561,696721,805729,

%U 841801,890761,913441,923471,977881,982381,990889,1026061,1045801,1053361

%N Primes with 34 as smallest positive primitive root.

%H Vincenzo Librandi, <a href="/A061737/b061737.txt">Table of n, a(n) for n = 1..1860</a>

%t Select[Prime[Range[83000]],PrimitiveRoot[#]==34&] (* _Robert G. Wilson v_, May 11 2001 *)

%Y A001918, A001126, A019360.

%K nonn

%O 1,1

%A _Klaus Brockhaus_, May 06 2001

%E More terms from _Robert G. Wilson v_, May 11 2001