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!)
A296937 Rational primes that decompose in the field Q(sqrt(13)). 4
3, 17, 23, 29, 43, 53, 61, 79, 101, 103, 107, 113, 127, 131, 139, 157, 173, 179, 181, 191, 199, 211, 233, 251, 257, 263, 269, 277, 283, 311, 313, 337, 347, 367, 373, 389, 419, 433, 439, 443, 467, 491, 503, 521, 523, 547, 563, 569, 571, 599, 601, 607, 641 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Is this the same sequence as A141188 or A038883? - R. J. Mathar, Jan 02 2018
From Jianing Song, Apr 21 2022: (Start)
Primes p such that Kronecker(13, p) = Kronecker(p, 13) = 1, where Kronecker() is the Kronecker symbol. That is to say, primes p that are quadratic residues modulo 13.
Primes p such that p^6 == 1 (mod 13).
Primes p == 1, 3, 4, 9, 10, 12 (mod 13). (End)
LINKS
FORMULA
Equals A038883 \ {13}. - Jianing Song, Apr 21 2022
MAPLE
Load the Maple program HH given in A296920. Then run HH(13, 200); This produces A296937, A038884, A038883.
PROG
(PARI) isA296937(p) = isprime(p) && kronecker(p, 13) == 1 \\ Jianing Song, Apr 21 2022
CROSSREFS
Cf. A011583 (kronecker symbol modulo 13), A038883.
Rational primes that decompose in the quadratic field with discriminant D: A139513 (D=-20), A191019 (D=-19), A191018 (D=-15), A296920 (D=-11), A033200 (D=-8), A045386 (D=-7), A002144 (D=-4), A002476 (D=-3), A045468 (D=5), A001132 (D=8), A097933 (D=12), this sequence (D=13), A296938 (D=17).
Cf. A038884 (inert rational primes in the field Q(sqrt(13))).
Sequence in context: A109990 A019369 A019380 * A126692 A057173 A109371
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 26 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)