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!)
A191031 Primes that are squares mod 43. 2

%I #17 Sep 08 2022 08:45:57

%S 11,13,17,23,31,41,47,53,59,67,79,83,97,101,103,107,109,127,139,167,

%T 173,181,193,197,229,239,251,269,271,281,283,293,307,311,317,337,353,

%U 359,367,379,397,401,431,439,443,461,479,487,509,541,547,557,563,569

%N Primes that are squares mod 43.

%C These primes split in O_(Q(sqrt(-43))) (note that 43 ramifies, since it's divisible by -43). For the primes p listed here that are less than 43, note that 4p = 43 + x^2. For example, 4 * 13 = 52 = 43 + 3^2, 4 * 17 = 68 = 43 + 5^2. - _Alonso del Arte_, Apr 03 2018

%H Vincenzo Librandi, <a href="/A191031/b191031.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[200]], JacobiSymbol[#, 43] == 1 &]

%o (Magma) [p: p in PrimesUpTo(569) | JacobiSymbol(p,43) eq 1]; // _Vincenzo Librandi_, Sep 10 2012

%o (PARI) isok(n) = isprime(n) && issquare(Mod(n, 43)); \\ _Michel Marcus_, Apr 15 2018

%K nonn,easy

%O 1,1

%A _T. D. Noe_, May 24 2011

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 27 21:44 EDT 2024. Contains 372020 sequences. (Running on oeis4.)