OFFSET
1,1
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..68 (full sequence, from Steven Arno et al.)
Steven Arno, M. L. Robinson, Ferrell S. Wheeler, Imaginary quadratic fields with small odd class number, Acta Arith. 83 (1998) 295-330.
Duncan A. Buell, Small class numbers and extreme values of L-functions of quadratic fields, Math. Comp., 31 (1977), 786-796.
Keith Matthews, Tables of imaginary quadratic fields with small class numbers
C. Wagner, Class Number 5, 6 and 7, Math. Comput. 65, 785-800, 1996.
Eric Weisstein's World of Mathematics, Class Number.
MATHEMATICA
Reap[ Do[ If[ NumberFieldClassNumber[ Sqrt[-n] ] == 23, d = -NumberFieldDiscriminant[ Sqrt[-n] ]; Print[d]; Sow[d]], {n, 1, 21000}]][[2, 1]] // Union (* Jean-François Alcover, Oct 22 2012 *)
PROG
(PARI) select(n->qfbclassno(-n)==23, vector(22696, n, 4*n+3)) \\ Charles R Greathouse IV, Apr 25 2013
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
EXTENSIONS
68 discriminants in this sequence (proved).
STATUS
approved