OFFSET
1,2
COMMENTS
The Eisenstein integer represented by cell m is A307013(m) + A307012(m)*omega. Thus the set of Eisenstein primes is {A307013(a(n)) + A307012(a(n))*omega : n >= 2}. - Peter Munn, Jun 26 2021
The Eisenstein integer a + b*omega has norm a^2 - a*b + b^2 (see A003136). The number of Eisenstein integers of norm n is given by A004016(n).
The norms of the Eisenstein primes are given in A055664, and the number of Eisenstein primes of norm n is given in A055667.
Reid's 1910 book (still in print) is still the best reference for the Eisenstein integers and similar rings.
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag; Table 4.4, p. 111.
L. W. Reid, The Elements of the Theory of Algebraic Numbers, MacMillan, NY, 1910, see Chap. VI.
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.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, PARI program for A345435
N. J. A. Sloane, Illustration of initial terms [An enlargement of Figure 1 of Wichmann (2019), showing the numbering of the initial cells of the hexagonal spiral.]
Eric Weisstein's World of Mathematics, Eisenstein Prime
Brian Wichmann, Tiling for Unique Factorization Domains, Jul 22 2019.
Brian Wichmann, The Eisenstein integers, with the primes shaded [Figure 1 from the previous link]
EXAMPLE
The smallest Eisenstein integers are 0 (of norm 0), and the six units of norm 1, namely (writing w for omega) +-1, +-w, +-w^2.
The first few Eisenstein primes are (here u is any of the six units):
u*(2+w), norm = 3, number = 6;
2*u, norm = 4, number = 6;
u*(3+w), norm = 7, number = 6;
u*(3+2*w), norm = 7, number = 6 (so there are 12 primes of norm 7 - see A055667).
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 23 2021
EXTENSIONS
More terms from Rémy Sigrist, Jun 26 2021
STATUS
approved