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!)
A038882 Primes that are not in A038881. 5
2, 3, 13, 17, 23, 29, 31, 41, 47, 59, 61, 67, 71, 73, 101, 103, 109, 149, 163, 173, 179, 191, 193, 197, 199, 223, 233, 241, 251, 277, 281, 293, 311, 331, 337, 349, 367, 373, 379, 383, 409, 419, 443, 457, 461, 463 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, only entries p == 1 (mod 4) of the sequence are not squares mod 11 (from the quadratic reciprocity law). - Lekraj Beedassy, Jul 21 2004
Except for 2, inert primes in Z[sqrt(11)]. 2 splits as (-1)*(3 - sqrt(11))*(3 + sqrt(11)). Cf. A296936. - Alonso del Arte, Jan 02 2015
LINKS
MATHEMATICA
Select[Prime@Range[120], JacobiSymbol[11, #] == -1 &] (* Vincenzo Librandi, Sep 08 2012 *)
PROG
(PARI) isok(p) = isprime(p) && !((p%2) && issquare(Mod(11, p))); \\ Michel Marcus, Jul 04 2023
CROSSREFS
Sequence in context: A019394 A048704 A045340 * A019339 A045341 A236950
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Sep 08 2012
Definition edited by N. J. A. Sloane, Jul 04 2023
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)