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!)
A038924 Primes p such that 43 is not a square mod p. 2
2, 5, 11, 23, 29, 31, 37, 47, 59, 61, 67, 73, 79, 83, 89, 103, 107, 113, 127, 137, 139, 149, 157, 167, 233, 239, 241, 251, 257, 271, 277, 283, 307, 311, 313, 349, 359, 367, 373, 379, 389, 409, 421, 431, 433, 439 (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 43 (from the quadratic reciprocity law). - Lekraj Beedassy, Jul 21 2004
Inert primes in Z[sqrt(43)]. - Alonso del Arte, Apr 17 2018
LINKS
MATHEMATICA
Select[Prime@Range[120], JacobiSymbol[43, #] == -1 &] (* Vincenzo Librandi, Sep 09 2012 *)
PROG
(PARI) select(n->!issquare(Mod(43, n)), primes(100)) \\ Charles R Greathouse IV, Sep 09 2012
CROSSREFS
Sequence in context: A009293 A180337 A257130 * A278696 A226843 A057931
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Sep 09 2012
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 August 10 13:41 EDT 2024. Contains 375056 sequences. (Running on oeis4.)