OFFSET
1,1
COMMENTS
It is still unknown whether there are infinitely many real, positive, squarefree d such that O_(Q(sqrt(d))) has unique factorization (or, to put it another way, the class number is 1).
If one only looks at small prime numbers, one could easily be tempted to think that if p is prime then O_(Q(sqrt(p))) has unique factorization.
By contrast, given distinct primes p and q, one could think that O_(Q(sqrt(p*q))) generally does not have unique factorization, especially if p = 5.
It then often happens that both p and q are irreducible, and therefore p*q = (sqrt(p*q))^2 represents two distinct factorizations of the same number.
Such an obvious example of multiple distinct factorizations is obviously not available in O_(Q(sqrt(p))).
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..1000
EXAMPLE
In Z[sqrt(79)], to pick just one example of a number having more than one distinct factorization, we verify that 3 and 5 are both irreducible, yet 15 = 3 * 5 = (-1)*(8 - sqrt(79))*(8 + sqrt(79)). Thus 79 is in the sequence.
Z[sqrt(83)] is a unique factorization domain, hence 83 is not in the sequence.
MATHEMATICA
Select[Prime[Range[100]], NumberFieldClassNumber[Sqrt[#]] > 1 &]
CROSSREFS
KEYWORD
nonn,changed
AUTHOR
Alonso del Arte, Nov 28 2016
EXTENSIONS
Missing term 2089 added by Emmanuel Vantieghem, Mar 08 2019
STATUS
approved