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
5, 7, 11, 17, 23, 43, 47, 61, 73, 83, 101, 131, 137, 139, 149, 157, 163, 191, 197, 199, 229, 233, 239, 251, 263, 271, 277, 283, 311, 313, 347, 349, 353, 359, 367, 389, 397, 419, 443, 457, 461, 463, 467, 479, 491, 499, 503, 541, 557, 571, 577, 587, 593, 613 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes which are 1, 5, 7, 9, 11, 17, 23, 25, or 35 mod 38. - Charles R Greathouse IV, Mar 18 2018
LINKS
FORMULA
a(n) ~ 2n log n. - Charles R Greathouse IV, Mar 18 2018
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 19]==1&]
PROG
(Magma) [p: p in PrimesUpTo(613) | IsOne(JacobiSymbol(p, 19))]; // Bruno Berselli, Sep 10 2012
(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
CROSSREFS
Sequence in context: A191080 A293200 A067830 * A106862 A027690 A087200
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 24 2011
EXTENSIONS
Definition corrected by N. J. A. Sloane, Dec 25 2017
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)