close
login
A390079
Discriminants of orders of real quadratic fields with 1 class per genus.
29
5, 8, 12, 13, 17, 20, 21, 24, 28, 29, 32, 33, 37, 40, 41, 44, 45, 48, 52, 53, 56, 57, 60, 61, 65, 68, 69, 72, 73, 76, 77, 80, 84, 85, 88, 89, 92, 93, 96, 97, 101, 104, 105, 108, 109, 112, 113, 116, 117, 120, 124, 125, 128, 129, 132, 133, 137, 140, 141, 149, 152, 153, 156, 157, 160, 161, 164, 165, 168, 172, 173, 176, 177, 180, 181, 184, 185, 188, 189, 192, 193, 197, 200
OFFSET
1,1
COMMENTS
Let Cl+(D) and Cl(D) be the narrow class group and the class group of the quadratic order of discriminant D. Then Cl+(D)/Cl(D) = 1 if D < 0 or D > 0 and the fundamental unit has norm -1, C_2 if D > 0 and the fundamental unit has norm 1. Sequence gives D such that Cl+(D) = (C_2)^r for some r >= 0.
A391419 gives D such that Cl(D) = (C_2)^r. For D in A391419:
- If the fundamental unit has norm -1, then Cl+(D) = Cl(D), so D is in this sequence;
- If 16|D or D has a prime factor congruent to 3 modulo 4, then Cl+(D) = Cl(D) X C_2, so D is in this sequence;
- In the remaining cases, Cl+(D) has a cyclic subgroup of order 4, so D is not in this sequence.
See A391439 for more details.
LINKS
Rick L. Shepherd, Binary quadratic forms and genus theory, Master of Arts Thesis, University of North Carolina at Greensboro, 2013.
PROG
(PARI) isA390079(n) = if(n%4<=1 && !issquare(n) && !#select(k->k<>2, quadclassunit(n).cyc), if(n%16==0 || quadunitnorm(n)==-1, return(1)); my(f = factor(n)[, 1]~); for(i=1, #f, if(f[i]%4==3, return(1)))); return(0) \\ quadunitnorm() requires PARI-GP of version 2.15 or higher
CROSSREFS
Cf. A003171 (the sequence for imaginary quadratic fields).
Cf. A306638 (norms of the fundamental unit).
Sequences related to the class groups of real quadratic fields:
| Class groups | Form class groups |
-------------+-------------------------------+-------------------------------+
Fundamental | 2-rank: A391436, A391437 | 2-rank: A317991, A317992 |
disc. only | # of genera: A391426, A391435 | # of genera: A317989, A317990 |
(A003658) | Exponent <= 2: A391417 | Exponent <= 2: A391422 |
-------------+-------------------------------+-------------------------------+
All disc. | 2-rank: A391439 | 2-rank: A391441 |
(A079896) | # of genera: A391438 | # of genera: A391440 |
| Exponent <= 2: A391419 | Exponent <= 2: this sequence |
For a list of sequences related to the class numbers of real quadratic fields, see A087048.
Sequence in context: A116602 A079896 A391419 * A133315 A003658 A391417
KEYWORD
nonn
AUTHOR
Jianing Song, Nov 24 2025
STATUS
approved