cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A341787 Norms of prime elements in Z[(1+sqrt(-19))/2], the ring of integers of Q(sqrt(-19)).

Original entry on oeis.org

4, 5, 7, 9, 11, 17, 19, 23, 43, 47, 61, 73, 83, 101, 131, 137, 139, 149, 157, 163, 169, 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
Offset: 1

Views

Author

Jianing Song, Feb 19 2021

Keywords

Comments

Also norms of prime ideals in Z[(1+sqrt(-19))/2], which is a unique factorization domain. The norm of a nonzero ideal I in a ring R is defined as the size of the quotient ring R/I.
Consists of the primes such that (p,19) >= 0 and the squares of primes such that (p,19) = -1, where (p,19) is the Legendre symbol.
For primes p such that (p,19) = 1, there are two distinct ideals with norm p in Z[(1+sqrt(-19))/2], namely (x + y*(1+sqrt(-19))/2) and (x + y*(1-sqrt(-19))/2), where (x,y) is a solution to x^2 + x*y + 5*y^2 = p; for p = 19, (sqrt(-19)) is the unique ideal with norm p; for primes p with (p,19) = -1, (p) is the only ideal with norm p^2.

Examples

			norm((1 + sqrt(-19))/2) = norm((1 - sqrt(-19))/2) = 5;
norm((3 + sqrt(-19))/2) = norm((3 - sqrt(-19))/2) = 7;
norm((5 + sqrt(-19))/2) = norm((5 - sqrt(-19))/2) = 11;
norm((7 + sqrt(-19))/2) = norm((7 - sqrt(-19))/2) = 17.
		

Crossrefs

The number of nonassociative elements with norm n (also the number of distinct ideals with norm n) is given by A035171.
The total number of elements with norm n is given by A028641.
Norms of prime ideals in O_K, where K is the quadratic field with discriminant D and O_K be the ring of integers of K: A055673 (D=8), A341783 (D=5), A055664 (D=-3), A055025 (D=-4), A090348 (D=-7), A341784 (D=-8), A341785 (D=-11), A341786 (D=-15*), this sequence (D=-19), A091727 (D=-20*), A341788 (D=-43), A341789 (D=-67), A341790 (D=-163). Here a "*" indicates the cases where O_K is not a unique factorization domain.

Programs

  • PARI
    isA341787(n) = my(disc=-19); (isprime(n) && kronecker(disc,n)>=0) || (issquare(n, &n) && isprime(n) && kronecker(disc,n)==-1)

A139886 Primes of the form 10x^2 + 19y^2.

Original entry on oeis.org

19, 29, 59, 109, 179, 181, 211, 269, 331, 379, 421, 509, 659, 661, 811, 829, 941, 971, 1019, 1021, 1091, 1171, 1181, 1229, 1291, 1381, 1459, 1549, 1571, 1579, 1699, 1709, 1741, 1789, 1861, 1931, 1979, 2029, 2131, 2141, 2179, 2269, 2309, 2339
Offset: 1

Views

Author

T. D. Noe, May 02 2008

Keywords

Comments

Discriminant = -760. See A139827 for more information.
10*x^2 + 19 produces 19 consecutive primes belonging to A028416 for x from 0 to 18. - Davide Rotondo, Jun 13 2022
Primes p such that Kronecker(2,p) <= 0, Kronecker(5,p) >= 0 and Kronecker(-19,p) <= 0. - Jianing Song, Jun 13 2022

Crossrefs

Apart from 19, intersection of A003629, A045468 and A191063.

Programs

  • Magma
    [ p: p in PrimesUpTo(3000) | p mod 760 in {19, 21, 29, 51, 59, 69, 91, 109, 141, 179, 181, 189, 211, 219, 221, 259, 261, 269, 299, 331, 341, 371, 379, 411, 421, 451, 459, 469, 509, 531, 611, 621, 629, 659, 661, 699, 749}]; // Vincenzo Librandi, Jul 30 2012
  • Mathematica
    QuadPrimes2[10, 0, 19, 10000] (* see A106856 *)

Formula

The primes are congruent to {19, 21, 29, 51, 59, 69, 91, 109, 141, 179, 181, 189, 211, 219, 221, 259, 261, 269, 299, 331, 341, 371, 379, 411, 421, 451, 459, 469, 509, 531, 611, 621, 629, 659, 661, 699, 749} (mod 760). [For the other direction, primes satisfying this congruence are terms of this sequence since 760 is a term in A003171. - Jianing Song, Jun 13 2022]

A369863 Inert rational primes in the field Q(sqrt(-21)).

Original entry on oeis.org

13, 29, 43, 47, 53, 59, 61, 67, 73, 79, 83, 97, 113, 127, 131, 137, 149, 151, 157, 163, 167, 181, 197, 211, 227, 229, 233, 241, 251, 281, 311, 313, 317, 331, 349, 379, 383, 389, 397, 401, 409, 419, 433, 449, 463, 467, 479, 487, 499, 503, 547, 557, 563, 569, 571, 577, 587
Offset: 1

Views

Author

Dimitris Cardaris, Feb 03 2024

Keywords

Comments

Primes p such that Legendre(-21,p) = -1.

Crossrefs

Cf. inert rational primes in the imaginary quadratic field Q(sqrt(-d)) for the first squarefree positive integers d: A002145 (1), A003628 (2), A003627 (3), A003626 (5), A191059 (6), A003625 (7), A296925 (10), A191060 (11), A105885 (13), A191061 (14), A191062 (15), A296930 (17), A191063 (19), this sequence (21), A191064 (22), A191065 (23).

Programs

  • Mathematica
    Select[Range[3,600], PrimeQ[#] && JacobiSymbol[-21,#]==-1 &] (* Stefano Spezia, Feb 04 2024 *)
  • SageMath
    [p for p in prime_range(3, 600) if legendre_symbol(-21, p) == -1]
Showing 1-3 of 3 results.