login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100141 Numbers n such that the number of prime primitive roots of n is a prime primitive root of n 2
5, 9, 11, 19, 23, 34, 37, 38, 46, 67, 94, 121, 167, 178, 194, 269, 274, 281, 358, 382, 457, 521, 601, 625, 626, 698, 709, 719, 818, 839, 958, 1006, 1094, 1217, 1303, 1402, 1439, 1453, 1493, 1502, 1579, 1601, 1663, 1706, 1838, 1871, 1901, 1913, 1922, 2011, 2066 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A100142(n) gives the number of prime primitive roots of these numbers.
LINKS
EXAMPLE
19 has prime primitive roots 2, 3, 13. Count is 3, which is a prime primitive root of 19.
MATHEMATICA
q[n_] := Module[{p = Select[PrimitiveRootList[n], PrimeQ], m}, m = Length[p]; MemberQ[p, m] && PrimeQ[m]]; Select[Range[2000], q] (* Amiram Eldar, Sep 25 2021 *)
CROSSREFS
Cf. A100142.
Sequence in context: A101284 A362156 A102182 * A314604 A309137 A190894
KEYWORD
easy,nonn
AUTHOR
Sven Simon, Nov 07 2004
EXTENSIONS
a(2) inserted by Amiram Eldar, Sep 25 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)