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-10 of 13 results. Next

A345439 Consider the Eisenstein integers x + y*omega, x and y rational integers, represented as the cells of an hexagonal grid; draw a hexagonal spiral as in A345435; a(n) is the norm x^2-x*y+y^2 of the Eisenstein integer in the n-th cell of the spiral.

Original entry on oeis.org

0, 1, 1, 1, 1, 1, 1, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 7, 7, 9, 7, 7, 9, 7, 7, 9, 7, 7, 9, 7, 7, 9, 7, 7, 9, 13, 12, 13, 16, 13, 12, 13, 16, 13, 12, 13, 16, 13, 12, 13, 16, 13, 12, 13, 16, 13, 12, 13, 16, 21, 19, 19, 21, 25, 21, 19, 19, 21, 25, 21, 19, 19
Offset: 0

Views

Author

N. J. A. Sloane, Jun 25 2021

Keywords

Crossrefs

Programs

  • PARI
    See Links section.

Extensions

More terms from Rémy Sigrist, Jun 26 2021

A307012 Second coordinate in a redundant hexagonal coordinate system of the points of a counterclockwise spiral on an hexagonal grid. First and third coordinates are given in A307011 and A345978.

Original entry on oeis.org

0, 0, 1, 1, 0, -1, -1, -1, 0, 1, 2, 2, 2, 1, 0, -1, -2, -2, -2, -2, -1, 0, 1, 2, 3, 3, 3, 3, 2, 1, 0, -1, -2, -3, -3, -3, -3, -3, -2, -1, 0, 1, 2, 3, 4, 4, 4, 4, 4, 3, 2, 1, 0, -1, -2, -3, -4, -4, -4, -4, -4, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 5, 5, 5, 5, 5, 4
Offset: 0

Views

Author

Hugo Pfoertner, Mar 19 2019

Keywords

Comments

The coordinate system can be described using 3 axes that pass through spiral point 0 and one of points 1, 2 or 3. Along each axis, one of the coordinates is 0. a(n) is the signed distance from spiral point n to the axis that passes through point 1. The distance is measured along either of the lines through point n that are parallel to one of the other 2 axes and the sign is such that point 2 has positive distance. - Peter Munn, Jul 13 2021
We can use this coordinate with the first coordinate to form an oblique coordinate system, in which each coordinate maps to an oblique coordinate vector parallel to the axis along which the other coordinate is 0. See the figure with nonperpendicular axes in the Barile link. When both of these coordinates are positive, the oblique coordinate vectors make a 60-degree angle with each other. [Made more specific by Peter Munn, Jul 19 2021]

Crossrefs

Extensions

Name revised by Peter Munn, Jul 08 2021

A345437 Represent the ring R = {x+y*sqrt(-2): x, y rational integers} by the cells centered at the points (x,y) of a square grid; number the cells of the grid along a counterclockwise square spiral, with the cells at (0,0) and (1,0) numbered 0, 1. Sequence lists the index numbers of the cells which are 0 or a prime in R.

Original entry on oeis.org

0, 2, 3, 4, 6, 7, 8, 25, 26, 28, 29, 32, 34, 37, 38, 40, 41, 44, 46, 57, 63, 73, 79
Offset: 1

Views

Author

N. J. A. Sloane, Jun 23 2021

Keywords

Comments

R is the ring of integers in the quadratic number field Q(sqrt(-2)). The element x+y*sqrt(-2) in R has norm x^2+2*y^2.
A033715 gives the number of elements in R with norm n.
There are two units, +-1, of norm 1.
A341784 gives the norms of the primes in R, and A345438 gives the numbers of primes of those norms.

Examples

			One can read off the primes from the blue cells in the illustration. The first few primes are +-sqrt(-2), 2 of norm 2; +-1+-sqrt(-2), 4 of norm 3; +-3+-sqrt(-2), 4 of norm 11; ... (see A345438).
		

References

  • H. M. Stark, An Introduction to Number Theory. Markham, Chicago, 1970; Theorem 8.22 on page 295 lists the nine UFDs of the form Q(sqrt(-d)), cf. A003173.

Crossrefs

A307013 Third coordinate (asymmetric variant) in a redundant hexagonal coordinate system of the points of a counterclockwise spiral on an hexagonal grid. First and second coordinates are given in A307011 and A307012.

Original entry on oeis.org

0, 1, 1, 0, -1, -1, 0, 1, 2, 2, 2, 1, 0, -1, -2, -2, -2, -1, 0, 1, 2, 3, 3, 3, 3, 2, 1, 0, -1, -2, -3, -3, -3, -3, -2, -1, 0, 1, 2, 3, 4, 4, 4, 4, 4, 3, 2, 1, 0, -1, -2, -3, -4, -4, -4, -4, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 5, 5, 5, 5, 5, 4, 3, 2, 1, 0, -1, -2
Offset: 0

Views

Author

Hugo Pfoertner, Mar 19 2019

Keywords

Comments

From Peter Munn, Jul 11 2021: (Start)
The points of the spiral are equally the points of a hexagonal lattice, the points of an isometric (triangular) grid and the center points of the cells of a honeycomb (regular hexagonal tiling or grid). The coordinate system can be described using three "0-axes" that pass through spiral point 0 and one of points 1, 2 or 3. These 0-axes are the lines along which one of the coordinates is 0.
a(n), the 3rd coordinate, is the signed distance from spiral point n to the coordinate's 0-axis, which passes through points 0 and 3. The distance is measured along either of the lines through point n that are parallel to one of the other 2 axes and the sign is such that point 1 has positive distance. This 3rd coordinate is the sum of the other 2. In the symmetric variant of the coordinate system, the 3rd coordinate has the opposite sense, so that the 3 coordinates sum to 0. See A345978.
We can use any 2 of the 3 coordinates to form an oblique coordinate system, in which each of the 2 coordinates specifies vectors parallel to the other coordinate's 0-axis. This means the direction of the oblique coordinate vectors depends on the choice of the other coordinate - see the illustration of coordinate pairing in the links. When both coordinates are positive, an oblique coordinate vector derived from this sequence makes a 120-degree angle with the vector derived from the other sequence; however, when A307011 and A307012 are used together, the angle is 60 degrees.
Pairing with A307012 can be viewed as follows. Let omega = -1/2 + i*sqrt(3)/2, a primitive cube root of unity. Then f(n) = a(n) + omega*A307012(n) embeds the spiral in the complex plane with spiral points 0 and 1 embedded at 0 and 1 (so that the points of the spiral embed as the Eisenstein integers, as used for A345435).
(End)

Crossrefs

A334492 is effectively this "3rd coordinate" for a different sequence of points on a hexagonal lattice.

Formula

a(n) = A307011(n) + A307012(n). - Peter Munn, Jul 04 2021

A345436 Represent the ring of Gaussian integers E = {x+y*i: x, y rational integers, i = sqrt(-1)} by the cells of a square grid; number the cells of the grid along a counterclockwise square spiral, with the cells representing the ring identities 0, 1 numbered 0, 1. Sequence lists the index numbers of the cells which are 0 or a prime in E.

Original entry on oeis.org

0, 2, 4, 6, 8, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 51, 53, 59, 61, 67, 69, 75, 77, 81, 83, 87, 89, 91, 93, 97, 99, 101, 103, 107, 109, 111, 113, 117, 119, 121, 125, 127, 131, 133, 137, 139, 143, 145, 149, 151, 155, 157
Offset: 1

Views

Author

N. J. A. Sloane, Jun 23 2021

Keywords

Comments

The cell with spiral index m represents the Gaussian integer A174344(m+1) + A274923(m+1) * i. So the set of Gaussian primes is {A174344(a(n)+1) + A274923(a(n)+1) * i : n >= 2}. - Peter Munn, Aug 02 2021
The Gaussian integer z = x+i*y has norm x^2+y^2. There are four units (of norm 1), +-1, +-i. The number of Gaussian integers of norm n is A004018(n).
The norms of the Gaussian primes are listed in A055025, and the number of primes with a given norm is given in A055026.
The successive norms of the Gaussian integers along the square spiral are listed in A336336.

References

  • J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag; Table 4.2, p. 106.
  • L. W. Reid, The Elements of the Theory of Algebraic Numbers, MacMillan, NY, 1910, see Chap. V.
  • H. M. Stark, An Introduction to Number Theory. Markham, Chicago, 1970; Theorem 8.22 on page 295 lists the nine UFDs of the form Q(sqrt(-d)), cf. A003173.

Crossrefs

Extensions

Name clarified by Peter Munn, Aug 02 2021

A307011 First coordinate in a redundant hexagonal coordinate system of the points of a counterclockwise spiral on an hexagonal grid. Second and third coordinates are given in A307012 and A345978.

Original entry on oeis.org

0, 1, 0, -1, -1, 0, 1, 2, 2, 1, 0, -1, -2, -2, -2, -1, 0, 1, 2, 3, 3, 3, 2, 1, 0, -1, -2, -3, -3, -3, -3, -2, -1, 0, 1, 2, 3, 4, 4, 4, 4, 3, 2, 1, 0, -1, -2, -3, -4, -4, -4, -4, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 5, 5, 5, 5, 4, 3, 2, 1, 0, -1, -2, -3, -4, -5
Offset: 0

Views

Author

Hugo Pfoertner, Mar 19 2019

Keywords

Comments

From Peter Munn, Jul 22 2021: (Start)
The points of the spiral are equally the points of a hexagonal lattice, the points of an isometric (triangular) grid and the center points of the cells of a honeycomb (regular hexagonal tiling or grid). The coordinate system can be described using 3 axes that pass through spiral point 0 and one of points 1, 2 or 3. Along each axis, one of the coordinates is 0.
a(n) is the signed distance from spiral point n to the axis that passes through point 2. The distance is measured along either of the lines through point n that are parallel to one of the other 2 axes and the sign is such that point 1 has positive distance.
This coordinate can be paired with either of the other coordinates to form oblique coordinates as described in A307012. Alternatively, all 3 coordinates can be used together, symmetrically, as described in A345978.
There is a negated variant of the 3rd coordinate, which is the conventional sense of this coordinate for specifying (with the 2nd coordinate) the Eisenstein integers that can be the points of the spiral when it is embedded in the complex plane. See A307013.
(End)

Crossrefs

Numbers on the spokes of the spiral: A000567, A028896, A033428, A045944, A049450, A049451.
Positions on the spiral that correspond to Eisenstein primes: A345435.

Programs

  • PARI
    r=-1;d=-1;print1(m=0,", ");for(k=0,8,for(j=1,r,print1(s,", "));if(k%2,,m++;r++);for(j=-m,m+1,if(d*j>=-m,print1(s=d*j,", ")));d=-d)

Extensions

Name revised by Peter Munn, Jul 08 2021

A346721 Use the cells of a hexagonal grid to represent the algebraic integers in the integer ring of Q(sqrt(-7)), as explained in the comments. Number the cells along the counterclockwise hexagonal spiral that starts with cells 0 and 1 representing integers 0 and 1. List the cells that represent 0 or a prime in the ring.

Original entry on oeis.org

0, 2, 3, 5, 6, 11, 17, 19, 21, 23, 28, 30, 32, 45, 47, 57, 59, 61, 63, 65, 67, 69, 76, 78, 80, 82, 84, 103, 107, 121, 125, 127, 129, 131, 135, 137, 139, 148, 150, 152, 156, 158, 160, 187, 189, 211, 213
Offset: 1

Views

Author

Peter Munn, Jul 30 2021

Keywords

Comments

In this entry we use "rational integers" to refer to integers in their usual sense as whole numbers - they form a subset of the algebraic integers that form the ring, which we denote "R".
The algebraic integers in R (the elements of R) are specifically quadratic integers of the form z = x + y*sqrt(-7) or z = (x+0.5) + (y+0.5)*sqrt(-7) where x and y are rational integers. Plotted as points on a plane, they can be joined in a grid of isosceles triangles or be seen as the center points of hexagonal regions. When the latter are adjusted to make them regular, it makes for appealing diagrams, which we will come to shortly.
(To be precise, we map each element, z, to the region of the complex plane containing the points that have z as their nearest ring element, then map these (hexagonal) regions continuously to the cells of a (regular) hexagonal grid.)
R is one of 9 related rings that are unique factorization domains, meaning their elements factorize into prime elements in a unique way, just as with rational integers and prime numbers. See the Wikipedia link or the Stark reference, for example.
This set of sequences is inspired by tilings: see the Wichmann link. Each tiling represents one of the 9 rings and shows the primes as distinctively colored squares or hexagons as appropriate.
General properties of the related hexagonal spiral sequences: (Start)
R is one of 7 rings where hexagons are appropriate. Each has elements of the form x + y*sqrt(-p) and (x+0.5) + (y+0.5)*sqrt(-p), where p is a (rational) prime congruent to 3 modulo 4.
When mapping the grid cells to quadratic integers, it is often convenient to write the latter as a + w*b, where w = 0.5*(1+sqrt(-p)). Cell m on the spiral represents A307011(m) + w*A307012(m).
We can find the primes without advanced mathematics, using multiplication formulas and a sieve as explained below.
w^2 = w - c, where c = (p+1)/4 (which is an integer as p == 3 (mod 4)). So, in general, the product of a_1 + w*b_1 and a_2 + w*b_2 is (a_1*a_2 - c*b_1*b_2) + w*(a_1*b_2 + a_2*b_1 + b_1*b_2). The norm (absolute square) of a + w*b is a^2 + a*b + c*b^2.
For k >= 1, the algebraic integers represented by cells numbered 3k*(k-1)+1 to 3k*(k+1) on the spiral (cells A003215(k-1) to A028896(k)) are positioned along a hexagon in the complex plane; they include rational integers k and -k, and have norms in the range [k^2*(4c-1)/4c, k^2*c] = [k^2*p/(p+1), k^2*c].
To determine the primes we may list the ring elements in an order such that they have nondecreasing norm, and use a sieve to remove the products of nonunits. So, we are only interested in elements with norm greater than 1 (i.e. nonzero, nonunit). At each round of sieving we note the first element, z, whose products we have not yet removed, and remove in turn the product of z and each element from z onwards in the list.
(End)

Examples

			Table showing derivation of initial terms.
The ring element, z, represented by spiral cell m is shown in the form A307011(m) + A307012(m)*w, where w = 0.5*(1+sqrt(-7)).
The column headed "(x,y)" gives x and y when z is written in the form z = x + y*sqrt(-7).
      A307011(m)
       |  A307012(m)
   m   |   |      z      (x,y)      status         n  a(n)=m
       |   |
   0   0   0      0   ( 0.0, 0.0)     zero         1    0
   1   1   0      1   ( 1.0, 0.0)     unit
   2   0   1      w   ( 0.5, 0.5)    prime         2    2
   3  -1   1   -1+w   (-0.5, 0.5)    prime         3    3
   4  -1   0     -1   (-1.0, 0.0)     unit
   5   0  -1     -w   (-0.5,-0.5)    prime         4    5
   6   1  -1    1-w   ( 0.5,-0.5)    prime         5    6
   7   2  -1    2-w   ( 1.5,-0.5)  =    -w*w
   8   2   0      2   ( 2.0, 0.0)  = (1-w)*w
   9   1   1    1+w   ( 1.5, 0.5)  = (1-w)*(w-1)
  10   0   2     2w   ( 1.0, 1.0)  =     2*w
  11  -1   2  -1+2w   ( 0.0, 1.0)    prime         6   11
		

References

  • L. W. Reid, The Elements of the Theory of Algebraic Numbers, MacMillan, NY, 1910.
  • H. M. Stark, An Introduction to Number Theory. Markham, Chicago, 1970; Theorem 8.22 on page 295 lists the nine UFDs of the form Q(sqrt(-d)), cf. A003173.

Crossrefs

Cf. A003173.
Norms of primes in R: A090348.
Sequences related to the geometry of the spiral: A003215, A028896, A307011, A307012, A345764.
Equivalent sequences for other Q(sqrt(D)): A345436 (D=-1), A345437 (D=-2), A345435 (D=-3), A346722 (D=-11), A346723 (D=-19), A346724 (D=-43), A346725 (D=-67), A346726 (D=-163).

Formula

m is a term if and only if A345764(m) is a term.

A346722 Use the cells of a hexagonal grid to represent the algebraic integers in the integer ring of Q(sqrt(-11)) as explained in the comments. Number the cells along the counterclockwise hexagonal spiral that starts with cells 0 and 1 representing integers 0 and 1. List the cells that represent 0 or a prime in the ring.

Original entry on oeis.org

0, 2, 3, 5, 6, 7, 8, 9, 11, 13, 14, 15, 17, 37, 43, 49, 55, 61, 62, 64, 66, 68, 69, 71, 74, 76, 77, 79, 81, 83, 84, 86, 89, 103, 107, 121, 125, 128, 131, 133, 135, 138, 142, 145, 149, 152, 154, 156, 159, 163, 166, 173, 175, 177, 179, 197, 199, 201, 203
Offset: 1

Views

Author

Peter Munn, Jul 30 2021

Keywords

Comments

In this entry we use "rational integers" to refer to integers in their usual sense as whole numbers - they form a subset of the algebraic integers that form the ring, which we denote "R".
The algebraic integers in R (the elements of R) are specifically quadratic integers of the form z = x + y*sqrt(-11) or z = (x+0.5) + (y+0.5)*sqrt(-11) where x and y are rational integers. Plotted as points on a plane, they can be joined in a grid of isosceles triangles or be seen as the center points of hexagonal regions. Adjusting the regions to be regular hexagons makes for appealing diagrams, which we will come to shortly.
(To be precise, we map each element, z, to the region of the complex plane containing the points that have z as their nearest ring element, then map these (hexagonal) regions continuously to the cells of a (regular) hexagonal grid.)
R is one of 9 related rings that are unique factorization domains, meaning their elements factorize into prime elements in a unique way, just as with rational integers and prime numbers. See the Wikipedia link or the Stark reference, for example.
This set of sequences is inspired by tilings: see the Wichmann link. Each tiling represents one of the 9 rings and shows the primes as distinctively colored squares or hexagons as appropriate.
6 other rings (of the 9) can be mapped to the hexagonal grid in the same way. See the comments entitled "General properties of the related hexagonal spiral sequences" in A346721.

Examples

			The sequence is constructed in the same way as A346721, but the relevant prime is 11 instead of 7. See the example section of A346721.
		

References

  • L. W. Reid, The Elements of the Theory of Algebraic Numbers, MacMillan, NY, 1910.
  • H. M. Stark, An Introduction to Number Theory. Markham, Chicago, 1970; Theorem 8.22 on page 295 lists the nine UFDs of the form Q(sqrt(-d)), cf. A003173.

Crossrefs

Norms of primes in R: A341785.
Equivalent sequences for other Q(sqrt(D)): A345436 (D=-1), A345437 (D=-2), A345435 (D=-3), A346721 (D=-7), A346723 (D=-19), A346724 (D=-43), A346725 (D=-67), A346726 (D=-163).

Formula

m is a term if and only if A345764(m) is a term.

A346723 Use the cells of a hexagonal grid to represent the algebraic integers in the integer ring of Q(sqrt(-19)) as explained in the comments. Number the cells along the counterclockwise hexagonal spiral that starts with cells 0 and 1 representing integers 0 and 1. List the cells that represent 0 or a prime in the ring.

Original entry on oeis.org

0, 2, 3, 5, 6, 7, 8, 9, 11, 13, 14, 15, 17, 19, 20, 21, 22, 23, 25, 26, 28, 29, 30, 31, 32, 34, 35, 39, 41, 51, 53, 91, 101, 109, 119, 128, 129, 130, 132, 134, 136, 137, 138, 141, 143, 144, 146, 149, 150, 151, 153, 155, 157, 158, 159, 162, 164, 165, 167, 171, 175, 177
Offset: 1

Views

Author

Peter Munn, Aug 13 2021

Keywords

Comments

In this entry we use "rational integers" to refer to integers in their usual sense as whole numbers - they form a subset of the algebraic integers that form the ring, which we denote "R".
The algebraic integers in R (the elements of R) are specifically quadratic integers of the form z = x + y*sqrt(-19) or z = (x+0.5) + (y+0.5)*sqrt(-19) where x and y are rational integers. Plotted as points on a plane, they can be joined in a grid of isosceles triangles or be seen as the center points of hexagonal regions. Adjusting the regions to be regular hexagons makes for appealing diagrams, which we will come to shortly.
(To be precise, we map each element, z, to the region of the complex plane containing the points that have z as their nearest ring element, then map these (hexagonal) regions continuously to the cells of a (regular) hexagonal grid.)
R is one of 9 related rings that are unique factorization domains, meaning their elements factorize into prime elements in a unique way, just as with rational integers and prime numbers. See the Wikipedia link or the Stark reference, for example.
This set of sequences is inspired by tilings: see the Wichmann link. Each tiling represents one of the 9 rings and shows the primes as distinctively colored squares or hexagons as appropriate.
6 other rings (of the 9) can be mapped to the hexagonal grid in the same way. See the comments entitled "General properties of the related hexagonal spiral sequences" in A346721.

Examples

			The sequence is constructed in the same way as A346721, but the relevant prime is 19 instead of 7. See the example section of A346721.
		

References

  • L. W. Reid, The Elements of the Theory of Algebraic Numbers, MacMillan, NY, 1910.
  • H. M. Stark, An Introduction to Number Theory. Markham, Chicago, 1970; Theorem 8.22 on page 295 lists the nine UFDs of the form Q(sqrt(-d)), cf. A003173.

Crossrefs

Norms of primes in R: A341787.
Equivalent sequences for other Q(sqrt(D)): A345436 (D=-1), A345437 (D=-2), A345435 (D=-3), A346721 (D=-7), A346722 (D=-11), A346724 (D=-43), A346725 (D=-67), A346726 (D=-163).

Formula

m is a term if and only if A345764(m) is a term.

A346724 Use the cells of a hexagonal grid to represent the algebraic integers in the integer ring of Q(sqrt(-43)) as explained in the comments. Number the cells along the counterclockwise hexagonal spiral that starts with cells 0 and 1 representing integers 0 and 1. List the cells that represent 0 or a prime in the ring.

Original entry on oeis.org

0, 2, 3, 5, 6, 7, 8, 9, 11, 13, 14, 15, 17, 19, 20, 21, 22, 23, 25, 26, 28, 29, 30, 31, 32, 34, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 91, 95, 97, 101, 109
Offset: 1

Views

Author

Peter Munn, Aug 23 2021

Keywords

Comments

In this entry we use "rational integers" to refer to integers in their usual sense as whole numbers - they form a subset of the algebraic integers that form the ring, which we denote "R".
The algebraic integers in R (the elements of R) are specifically quadratic integers of the form z = x + y*sqrt(-43) or z = (x+0.5) + (y+0.5)*sqrt(-43) where x and y are rational integers. Plotted as points on a plane, they can be joined in a grid of isosceles triangles or be seen as the center points of hexagonal regions. Adjusting the regions to be regular hexagons makes for appealing diagrams, which we will come to shortly.
(To be precise, we map each element, z, to the region of the complex plane containing the points that have z as their nearest ring element, then map these (hexagonal) regions continuously to the cells of a (regular) hexagonal grid.)
R is one of 9 related rings that are unique factorization domains, meaning their elements factorize into prime elements in a unique way, just as with rational integers and prime numbers. See the Wikipedia link or the Stark reference, for example.
This set of sequences is inspired by tilings: see the Wichmann link. Each tiling represents one of the 9 rings and shows the primes as distinctively colored squares or hexagons as appropriate.
6 other rings (of the 9) can be mapped to the hexagonal grid in the same way. See the comments entitled "General properties of the related hexagonal spiral sequences" in A346721.

Examples

			The sequence is constructed in the same way as A346721, but the relevant prime is 43 instead of 7. See the example section of A346721.
		

References

  • L. W. Reid, The Elements of the Theory of Algebraic Numbers, MacMillan, NY, 1910.
  • H. M. Stark, An Introduction to Number Theory. Markham, Chicago, 1970; Theorem 8.22 on page 295 lists the nine UFDs of the form Q(sqrt(-d)), cf. A003173.

Crossrefs

Norms of primes in R: A341788.
Equivalent sequences for other Q(sqrt(D)): A345436 (D=-1), A345437 (D=-2), A345435 (D=-3), A346721 (D=-7), A346722 (D=-11), A346723 (D=-19), A346725 (D=-67), A346726 (D=-163).

Formula

m is a term if and only if A345764(m) is a term.
Showing 1-10 of 13 results. Next