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-2 of 2 results.

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-2 of 2 results.