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

A084538
Least primitive root mod 2*prime(n)^2.
1
5, 3, 3, 7, 7, 3, 3, 5, 3, 3, 5, 7, 3, 5, 3, 11, 7, 7, 7, 5, 3, 5, 3, 5, 3, 5, 5, 11, 3, 3, 17, 3, 3, 3, 7, 5, 3, 5, 3, 7, 21, 19, 5, 3, 3, 3, 3, 5, 7, 3, 7, 7, 11, 3, 5, 3, 15, 5, 3, 3, 3, 5, 17, 15, 3, 3, 15, 5, 7, 3, 7, 11, 5, 3, 5, 3, 5, 3, 21, 11, 23, 7, 5, 15, 5, 3, 13, 3, 3, 5, 13, 3, 7, 7, 5, 3, 3
OFFSET
2,1
LINKS
P. D. T. A. Elliott and L. Murata, The least primitive root mod 2*p^2, Mathematika, 45 (1998), 371-379.
MAPLE
with(numtheory): A084538 := n-> primroot(2*ithprime(n)^2);
CROSSREFS
Sequence in context: A337571 A244683 A263157 * A263492 A335765 A276759
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 30 2003
STATUS
approved