The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Z. I. Borevich and I. R. Shafarevich, Number Theory. Academic Press, NY, 1966.
LINKS
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
Sequence in context: A064418 A171164 A361108 * A355441 A344301 A032939
KEYWORD
nonn,more,changed
AUTHOR
Emmanuel Vantieghem, Mar 13 2017
EXTENSIONS
a(30)-a(50) from Robin Visser, May 25 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 5 14:50 EDT 2024. Contains 373107 sequences. (Running on oeis4.)