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!)
A351675 Discriminants of imaginary quadratic fields with class number 37 (negated). 1
1487, 2447, 3391, 5839, 6367, 8147, 9803, 10739, 12343, 12583, 12967, 14767, 15259, 16927, 18947, 19403, 20011, 20147, 21139, 21587, 22807, 23371, 23627, 26731, 28283, 28307, 31699, 31723, 36691, 37171, 37243, 38371, 39139, 39451, 40531, 41659, 42283, 42443 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence contains 85 terms; largest is 158923.
The class group of Q[sqrt(-d)] is isomorphic to C_37 for all d in this sequence.
LINKS
Mark Watkins, Class numbers of imaginary quadratic fields, Mathematics of Computation, 73, pp. 907-938.
Eric Weisstein's World of Mathematics, Class Number
PROG
(Sage)
ls = [(QuadraticField(-n, 'a').discriminant(), QuadraticField(-n, 'a').class_number()) for n in (0..10000) if is_fundamental_discriminant(-n) and not is_square(n)];
[-a[0] for a in ls if a[1] == 37]
CROSSREFS
Sequence in context: A104742 A278853 A051260 * A317593 A257760 A237244
KEYWORD
nonn,fini,full
AUTHOR
Andy Huchala, Mar 27 2022
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 12 11:47 EDT 2024. Contains 373331 sequences. (Running on oeis4.)