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.

A081319 Smallest squarefree integer k such that Q(sqrt(-k)) has class number n, or 0 if no such k exists.

Original entry on oeis.org

1, 5, 23, 14, 47, 26, 71, 41, 199, 74, 167, 89, 191, 101, 239, 146, 383, 293, 311, 194, 431, 269, 647, 329, 479, 314, 983, 341, 887, 461, 719, 446, 839, 614, 1031, 626, 1487, 1199, 1439, 689, 1151, 794, 1847, 854, 1319, 941, 3023, 1106, 1511, 1109, 1559
Offset: 1

Views

Author

Dean Hickerson, Mar 18 2003

Keywords

Examples

			From _Jianing Song_, May 08 2021: (Start)
a(6) = min{A060649(6), A344072(3)/4} = min{87, 104/4} = 26.
a(12) = min{A060649(12), A344072(6)/4} = min{231, 356/4} = 89.
a(18) = min{A060649(12), A344072(9)/4} = min{335, 1172/4} = 293.
a(38) = min{A060649(38), A344072(19)/4} = min{1199, 4916/4} = 1199. (End)
		

Crossrefs

Programs

Formula

a(n) = A060649(n) for odd n > 1. For even n, assuming that A060649(n) > 0 and A344072(n/2) > 0, a(n) = min{A060649(n), A344072(n/2)/4}. - Jianing Song, May 08 2021

Extensions

Edited by Max Alekseyev, Apr 28 2010
Escape clause added by Jianing Song, May 08 2021