close
login
A341787
Norms of prime elements in Z[(1+sqrt(-19))/2], the ring of integers of Q(sqrt(-19)).
19
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,1
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 p such that (-19,p) = (p,19) >= 0 and the squares of primes p such that (-19,p) = (p,19) = -1, where (,) 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.
LINKS
EXAMPLE
N((1 + sqrt(-19))/2) = 5, N((3 +- sqrt(-19))/2) = 7, N((5 +- sqrt(-19))/2) = 11, N((7 +- sqrt(-19))/2) = 17, ...
PROG
(PARI) isA341787(n) = my(disc=-19); (isprime(n) && kronecker(disc, n)>=0) || (issquare(n, &n) && isprime(n) && kronecker(disc, n)==-1)
CROSSREFS
Cf. A011585 ({kronecker(-19,n)}), whose inverse Moebius transform A035171 gives the numbers of distinct ideals (or non-associate elements) with each norm (i.e., the coefficients of Dedekind zeta function).
The total numbers of elements with each norm are given by A028641.
Cf. A106863 (primes not inert in Q(sqrt(-19))), A191019 (primes decomposing), A191063 (primes remaining inert).
Norms of prime ideals in the ring of integers of quadratic fields of class number 1: A391371 (D=24), A391370 (D=21), A391369 (D=12), A055673 (D=8), A341783 (D=5), A055664 (D=-3), A055025 (D=-4), A090348 (D=-7), A341784 (D=-8), A341785 (D=-11), this sequence (D=-19), A341788 (D=-43), A341789 (D=-67), A341790 (D=-163).
Norms of prime ideals in the ring of integers of quadratic fields of class number 2: A391367 (D=40), A341786 (D=-15), A091727 (D=-20), A391366 (D=-24).
Sequence in context: A283554 A035243 A035255 * A335984 A286050 A047493
KEYWORD
nonn,easy
AUTHOR
Jianing Song, Feb 19 2021
STATUS
approved