[go: up one dir, main page]

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”).

Revision History for A047936 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Primes whose smallest positive primitive root (A001918) is not prime.
(history; published version)
#26 by N. J. A. Sloane at Sat May 18 16:49:26 EDT 2013
AUTHOR

Felice Russo (frusso(AT)micron.com)

Felice Russo

Discussion
Sat May 18
16:49
OEIS Server: https://oeis.org/edit/global/1921
#25 by Charles R Greathouse IV at Mon May 13 01:54:04 EDT 2013
LINKS

_Charles R Greathouse IV_, , <a href="/A047936/b047936.txt">Table of n, a(n) for n = 1..10000</a>

Discussion
Mon May 13
01:54
OEIS Server: https://oeis.org/edit/global/1915
#24 by Charles R Greathouse IV at Mon May 13 01:47:53 EDT 2013
LINKS

_Charles R Greathouse IV, _, <a href="/A047936/b047936.txt">Table of n, a(n) for n = 1..10000</a>

Discussion
Mon May 13
01:47
OEIS Server: https://oeis.org/edit/global/1914
#23 by Bruno Berselli at Thu Mar 14 06:43:10 EDT 2013
STATUS

reviewed

approved

#22 by Joerg Arndt at Thu Mar 14 05:25:39 EDT 2013
STATUS

proposed

reviewed

#21 by Joerg Arndt at Thu Mar 14 05:25:35 EDT 2013
STATUS

editing

proposed

#20 by Joerg Arndt at Thu Mar 14 05:25:14 EDT 2013
MATHEMATICA

lst={}; Do[p=Prime[n]; pr=PrimitiveRoot[p]; If[pr>1&&!PrimeQ[pr], AppendTo[lst, p]], {n, 7!}]; lst [From _(* _Vladimir Joseph Stephan Orlovsky_, Oct 24 2009] *)

Select[Prime[Range[500]], !PrimeQ[PrimitiveRoot[#]]&] (* From _Harvey P. Dale, _, Oct 24 2011 *)

PROG

\\ _Charles R Greathouse _ IV, Oct 24 2011

STATUS

proposed

editing

#19 by Jonathan Sondow at Wed Mar 13 21:34:26 EDT 2013
STATUS

editing

proposed

#18 by Jonathan Sondow at Wed Mar 13 21:34:23 EDT 2013
NAME

Primes for which whose smallest positive primitive root (A001918) is not prime.

COMMENTS

Subsequence of A222717 = primes whose smallest positive quadratic nonresidue is not a primitive root. (Proof. If p is not in A222717, then the smallest positive quadratic nonresidue of p is a primitive root g. Since the smallest positive quadratic nonresidue is always a prime, g is prime. But since all primitive roots are quadratic nonresidues, g is the smallest positive primitive root of p. Hence p is not in A047936.) - Jonathan Sondow, Mar 13 2013.

CROSSREFS
STATUS

approved

editing

#17 by Russ Cox at Sat Mar 31 12:37:54 EDT 2012
MATHEMATICA

lst={}; Do[p=Prime[n]; pr=PrimitiveRoot[p]; If[pr>1&&!PrimeQ[pr], AppendTo[lst, p]], {n, 7!}]; lst [From _Vladimir Joseph Stephan Orlovsky (4vladimir(AT)gmail.com), _, Oct 24 2009]

Discussion
Sat Mar 31
12:37
OEIS Server: https://oeis.org/edit/global/876