OFFSET
1,1
COMMENTS
The class number of Q(sqrt(a(n))) is greater than 1.
Contains A029702, A053330 and A051990 as subsequences. See A219361 for positive integers D for which Q(sqrt D) is a UFD. - M. F. Hasler, Oct 30 2014
REFERENCES
Z. I. Borevich and I. R. Shafarevich, Zahlentheorie. Birkhäuser Verlag, Basel und Stuttgart (1966).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
EXAMPLE
For n = 6, a(6) = 35 since 35 is the sixth positive squarefree integer u for which the factorization in Q(sqrt(u)) is not unique.
MATHEMATICA
Select[Range[200], SquareFreeQ[#] && NumberFieldClassNumber[Sqrt[#]] > 1 &] (* Alonso del Arte, Sep 05 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Pahikkala Jussi, Oct 28 2008
STATUS
approved