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!)
A229709 Least sum of two squares that is a primitive root of the n-th prime. 2
1, 2, 2, 5, 2, 2, 5, 2, 5, 2, 13, 2, 13, 5, 5, 2, 2, 2, 2, 13, 5, 29, 2, 13, 5, 2, 5, 2, 10, 5, 29, 2, 5, 2, 2, 13, 5, 2, 5, 2, 2, 2, 29, 5, 2, 34, 2, 5, 2, 10, 5, 13, 13, 18, 5, 5, 2, 26, 5, 13, 5, 2, 5, 17, 10, 2, 29, 10, 2, 2, 5, 13, 10, 2, 2, 5, 2, 5, 13 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Christopher Ambrose, On the Least Primitive Root Expressible as a Sum of Two Squares, INTEGERS, Electronic J. of Combinatorial Number Theory, Vol. 13, Paper A55, 2013.
EXAMPLE
a(4) = 5 as 5 = 2^2 + 1^2 is a primitive root mod 7 (the 4th prime).
PROG
(Sage) def A229709(n) : p = nth_prime(n); return next(i for i in PositiveIntegers() if i%p!=0 and mod(i, p).multiplicative_order() == p-1 and all(q%4 != 3 or e%2==0 for (q, e) in factor(i)))
CROSSREFS
Sequence in context: A319771 A021448 A359246 * A242277 A241476 A309727
KEYWORD
nonn
AUTHOR
Eric M. Schmidt, Sep 27 2013
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 July 6 17:20 EDT 2024. Contains 374057 sequences. (Running on oeis4.)