cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A308420 Squarefree numbers d of the form s^2 + r, where r divides 4s, such that Q(sqrt(d)) has class number 1.

Original entry on oeis.org

2, 3, 5, 6, 7, 11, 13, 14, 17, 21, 23, 29, 33, 37, 38, 47, 53, 62, 69, 77, 83, 93, 101, 141, 167, 173, 197, 213, 227, 237, 293, 398, 413, 437, 453, 573, 677, 717, 1077, 1133, 1253, 1293, 1757
Offset: 1

Views

Author

Alonso del Arte, May 26 2019

Keywords

Comments

This sequence is finite, but might not be given in full if the generalized Riemann hypothesis is false.

Examples

			Since 7 = 3^2 - 2 (note that 2 is a divisor of 4 * 9) and h(Z[sqrt(7)]) = 1, 7 is in the sequence.
Although 10 = 3^2 + 1, we see that h(Z[sqrt(10)]) > 1 since Z[sqrt(10)] is not a unique factorization domain (e.g., 10 = 2 * 5 = sqrt(10)^2). So 10 is not in the sequence.
Although h(Z[sqrt(19)]) = 1, there is no way to express 19 as s^2 + r, e.g., 19 = 3^2 + 10 but 10 is not a divisor of 12, 19 = 4^2 + 3 but 3 is not a divisor of 16, 19 = 5^2 - 6 but 6 is not a divisor of 20, 19 = 6^2 - 17 but -17 does not divide 24. So 19 is not in the sequence either.
		

References

  • Richard A. Mollin, Quadratics. p. 176, Theorem 5.4.3. Given "a fundamental discriminant of ERD-type with radicand D," the ring of Q(sqrt(D)) has class number 1 "if and only if D" is one of the values listed above, "with one possible exceptional value whose existence would be a counterexample to the GRH" (generalized Riemann hypothesis).

Crossrefs

Cf. A053329 (first differs at the 16th term), A003172.

Formula

Given d = s^2 + r where r | 4s (this is called "extended Richaud-Degert type" or "ERD-type" by Mollin), d is in this sequence if h(O_Q(sqrt(d))) = 1, where h(O_K) is the class number of the ring of algebraic integers O_K.

A355424 Positive integers m such that the real quadratic fields of the form Q(sqrt(m^2+4)) have class number 1.

Original entry on oeis.org

1, 3, 5, 7, 13, 17
Offset: 1

Views

Author

Marco Ripà, Jul 01 2022

Keywords

Comments

Former Yokoi's conjecture, proved by Biró in 2003 (see References). There are only six real quadratic fields of the form Q(sqrt(a(n)^2+4)), where Q indicates the set of rational numbers, with class number one.

Examples

			a(1) = 1, since h(1^2 + 4) = h(5) = 1.
		

Crossrefs

Formula

Let n be a positive integer less than 7. a(n) = 4*n - 7 iff n = 5, 6 and a(n) = 1 + 2*(n - 1) otherwise.

A355461 Squarefree numbers d of the form r^2*m^2 + 4*r, where r and m are odd positive integers, such that Q(sqrt(d)) has class number 1.

Original entry on oeis.org

5, 13, 21, 29, 53, 173, 237, 293, 437, 453, 1133, 1253
Offset: 1

Views

Author

Marco Ripà, Jul 02 2022

Keywords

Comments

In 1801, Gauss conjectured that there exist infinitely many real quadratic fields with class number one and the conjecture is still unproved, but there are only 12 real quadratic fields of class number one which are of the form Q(sqrt(r^2*m^2 + 4*r)), where the parameters r and m are odd integers. Those 12 values of d := r^2*m^2 + 4*r belong to the present sequence.

Examples

			a(2) = 13 since h(13) = h(1^2*3^2 + 4*1) = 1.
		

Crossrefs

Showing 1-3 of 3 results.