login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A283659
Class numbers of the fields Q(sqrt(A283658(n))).
1
2, 3, 4, 8, 12, 14, 16, 20, 22, 28, 44, 48, 52, 58, 74, 96, 116, 130, 153, 154, 176, 180, 200, 230, 240, 256, 288, 296, 312, 316, 357, 394, 412, 452, 504, 540, 574, 575, 584, 616, 692, 924, 994, 1061, 1068, 1080, 1245, 1248, 1302, 1336
OFFSET
1,1
REFERENCES
Z. I. Borevich and I. R. Shafarevich, Number Theory. Academic Press, NY, 1966.
EXAMPLE
The sequence starts with 2 because the first number in A283658 is 10 and the class number of Q(sqrt(10)) equals 2.
The fifth term is 12 because A283658(5) = 226 and the class number of Q(sqrt(226)) is 12.
MATHEMATICA
H = {}; hx = 1; d = 2; While[hx < 5, d++;
If[SquareFreeQ[d], h = NumberFieldClassNumber[Sqrt[d]];
If[h > hx, AppendTo[H, h]; hx = h]]]; H
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Emmanuel Vantieghem, Mar 13 2017
EXTENSIONS
a(30)-a(50) from Robin Visser, May 25 2024
STATUS
approved