|
Search: id:A005847
|
|
|
| A005847 |
|
Imaginary quadratic fields with class number 2 (a finite sequence). (Formerly M3749)
|
|
+0 7
|
|
| 5, 6, 10, 13, 15, 22, 35, 37, 51, 58, 91, 115, 123, 187, 235, 267, 403, 427
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
n such that Q(sqrt(-n)) has class number 2.
The PARI code - from Robert Harley (Robert.Harley(AT)inria.fr) - lists the imaginary quadratic fields Q(sqrt(-d)) with small class number, and produces A003173 (class number 1), A005847 (2), A006203 (3)
|
|
REFERENCES
|
J. M. Masley, Where are the number fields with small class number?, pp. 221-242 of "Number Theory, Carbondale 1979", Lect. Notes Math. 751 (1982).
P. Ribenboim, The Book of Prime Number Records. Springer-Verlag, NY, 2nd ed., 1989, p. 142.
|
|
LINKS
|
Index entries for sequences related to quadratic fields
|
|
PROGRAM
|
(PARI) { bnd = 10000; S = vector(10, X, []); for (i = 1, bnd, if (issquarefree(i), n = qfbclassno(if(i%4==3, -i, -4*i)); if (n<11, S[n] = concat(S[n], i), ), )); }
|
|
CROSSREFS
|
Adjacent sequences: A005844 A005845 A005846 this_sequence A005848 A005849 A005850
Sequence in context: A105953 A102506 A062845 this_sequence A109758 A024706 A015820
|
|
KEYWORD
|
nonn,fini,full
|
|
AUTHOR
|
njas
|
|
|
Search completed in 0.002 seconds
|