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!)
A138327 Nonsquares not representable as p+g, where p is a prime and g is a primitive root of p. 1
2, 6, 11, 14, 26, 35, 41, 45, 51 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This is sequence is probably complete.
There are no more terms below 10^5. - Amiram Eldar, Oct 09 2021
LINKS
MATHEMATICA
seq[m_] := Module[{p = Select[Range[m], PrimeQ], s}, s = Complement[Range[m], p + PrimitiveRootList[p] // Flatten]; Select[s, !IntegerQ @ Sqrt[#] &]]; seq[100] (* Amiram Eldar, Oct 09 2021 *)
CROSSREFS
Cf. A060749 (primitive roots), A138326.
Sequence in context: A323044 A057976 A140486 * A057244 A241672 A035487
KEYWORD
nonn,more
AUTHOR
T. D. Noe, Mar 14 2008
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 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)