OFFSET
1,1
COMMENTS
131 discriminants in this sequence (almost certainly but not proved).
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..131
Steven Arno, M. L. Robinson and Ferrel S. Wheeler, Imaginary quadratic fields with small odd class number, Acta Arithm. 83.4 (1998), 295-330
Duncan A. Buell, Small class numbers and extreme values of L-functions of quadratic fields, Math. Comp., 31 (1977), 786-796.
C. Wagner, Class Number 5, 6 and 7, Math. Comput. 65, 785-800, 1996.
Eric Weisstein's World of Mathematics, Class Number.
MATHEMATICA
Union[(-NumberFieldDiscriminant[Sqrt[-#]] &) /@ Select[Range[6400], NumberFieldClassNumber[Sqrt[-#]] == 8 &]] (* Jean-François Alcover, Jun 27 2012 *)
PROG
(PARI) ok(n)={isfundamental(-n) && quadclassunit(-n).no == 8} \\ Andrew Howroyd, Jul 20 2018
(Sage) [n for n in (1..6500) if is_fundamental_discriminant(-n) and QuadraticField(-n, 'a').class_number()==8] # G. C. Greubel, Mar 01 2019
CROSSREFS
KEYWORD
nonn,fini
AUTHOR
STATUS
approved