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!)
A191019 Rational primes that decompose in the quadratic field Q(sqrt(-19)). 4

%I #20 May 22 2022 09:49:28

%S 5,7,11,17,23,43,47,61,73,83,101,131,137,139,149,157,163,191,197,199,

%T 229,233,239,251,263,271,277,283,311,313,347,349,353,359,367,389,397,

%U 419,443,457,461,463,467,479,491,499,503,541,557,571,577,587,593,613

%N Rational primes that decompose in the quadratic field Q(sqrt(-19)).

%C Primes which are 1, 5, 7, 9, 11, 17, 23, 25, or 35 mod 38. - _Charles R Greathouse IV_, Mar 18 2018

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

%H <a href="https://oeis.org/index/Pri#primes_decomp_of">Index to sequences related to decomposition of primes in quadratic fields</a>

%F a(n) ~ 2n log n. - _Charles R Greathouse IV_, Mar 18 2018

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

%o (Magma) [p: p in PrimesUpTo(613) | IsOne(JacobiSymbol(p, 19))]; // _Bruno Berselli_, Sep 10 2012

%o (PARI) list(lim)=my(v=List()); forprime(p=5,lim, if(kronecker(-19,p)==1, listput(v,p))); Vec(v) \\ _Charles R Greathouse IV_, Mar 18 2018

%K nonn,easy

%O 1,1

%A _T. D. Noe_, May 24 2011

%E Definition corrected by _N. J. A. Sloane_, Dec 25 2017

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 May 7 05:58 EDT 2024. Contains 372300 sequences. (Running on oeis4.)