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!)
A351667 Discriminants of imaginary quadratic fields with class number 29 (negated). 1
887, 2287, 2311, 2383, 2939, 3583, 3659, 3823, 4451, 4519, 5051, 5743, 6947, 7207, 7643, 7687, 8863, 8963, 9323, 12323, 13763, 13883, 14387, 15139, 15227, 15443, 15467, 15859, 16427, 17491, 20483, 20507, 22051, 23059, 23251, 24859, 25523, 28403, 29587, 29723 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence contains 83 terms; largest is 166147.
The class group of Q[sqrt(-d)] is isomorphic to C_29 for all d in this sequence.
LINKS
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] == 29]
CROSSREFS
Sequence in context: A164513 A031938 A165504 * A136966 A232152 A202446
KEYWORD
nonn,fini,full
AUTHOR
Andy Huchala, Mar 24 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 April 24 16:56 EDT 2024. Contains 371962 sequences. (Running on oeis4.)