close
login
A341789
Norms of prime elements in Z[(1+sqrt(-67))/2], the ring of integers of Q(sqrt(-67)).
19
4, 9, 17, 19, 23, 25, 29, 37, 47, 49, 59, 67, 71, 73, 83, 89, 103, 107, 121, 127, 131, 149, 151, 157, 163, 167, 169, 173, 181, 193, 199, 211, 223, 227, 241, 257, 263, 269, 277, 283, 293, 307, 317, 349, 359, 389, 397, 419, 421, 431, 439, 449, 457, 461
OFFSET
1,1
COMMENTS
Also norms of prime ideals in Z[(1+sqrt(-67))/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 (-67,p) = (p,67) >= 0 and the squares of primes p such that (-67,p) = (p,67) = -1, where (,) is the Legendre symbol.
For primes p such that (p,67) = 1, there are two distinct ideals with norm p in Z[(1+sqrt(-67))/2], namely (x + y*(1+sqrt(-67))/2) and (x + y*(1-sqrt(-67))/2), where (x,y) is a solution to x^2 + x*y + 17*y^2 = p; for p = 67, (sqrt(-67)) is the unique ideal with norm p; for primes p with (p,67) = -1, (p) is the only ideal with norm p^2.
LINKS
EXAMPLE
Some terms are N((1 +- sqrt(-67))/2) = 17, N((3 +- sqrt(-67))/2) = 19, N((5 +- sqrt(-67))/2) = 23, N((7 +- sqrt(-67))/2) = 29, ..., N((31 +- sqrt(-67))/2) = 257.
PROG
(PARI) isA341783(n) = my(disc=-67); (isprime(n) && kronecker(disc, n)>=0) || (issquare(n, &n) && isprime(n) && kronecker(disc, n)==-1)
CROSSREFS
Cf. A011596 ({kronecker(-67,n)}), whose inverse Moebius transform A318982 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 A318984.
Cf. A106933 (primes not inert in Q(sqrt(-67))), A191041 (primes decomposing), A191077 (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), A341787 (D=-19), A341788 (D=-43), this sequence (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: A313352 A253601 A313353 * A313354 A313355 A313356
KEYWORD
nonn,easy
AUTHOR
Jianing Song, Feb 19 2021
STATUS
approved