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!)
A351679 Discriminants of imaginary quadratic fields with class number 41 (negated). 2
1151, 2551, 2719, 3079, 3319, 3511, 6143, 9319, 9467, 10499, 10903, 11047, 11483, 11719, 11987, 12227, 12611, 13567, 14051, 14411, 14887, 14983, 16067, 16187, 19763, 20407, 20771, 21487, 22651, 24971, 25171, 26891, 26987, 27739, 28547, 29059, 29251, 30859 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence contains 109 terms; largest is 296587.
The class group of Q[sqrt(-d)] is isomorphic to C_41 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] == 41]
CROSSREFS
Sequence in context: A179036 A179037 A098976 * A154374 A114046 A035888
KEYWORD
nonn,fini,full
AUTHOR
Andy Huchala, Mar 28 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 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)