OFFSET
1,1
COMMENTS
From Jianing Song, May 08 2021: (Start)
Conjecture 1: a(n) > 0 for all n;
Conjecture 2: a(n) = o(n^2). (End)
Conjecture: this is also the smallest absolute value of negative fundamental discriminant d for class number n. This is to say, for even n, if a(n) > 0 and A344072(n/2) > 0, then A344072(n/2) > a(n). - Jianing Song, Oct 03 2022
Conjecture: except a(1)=3, a(n) is congruent 7 (mod 8). - Ralf Stephan, May 23 2026
LINKS
Jianing Song, Table of n, a(n) for n = 1..1162
Eric Weisstein's World of Mathematics, Class Number.
MATHEMATICA
(* First do <<NumberTheory`NumberTheoryFunctions` *) a=Table[0, {50}]; Do[If[SquareFreeQ[n], c=ClassNumber[ -n]; If[c<=50&&a[[c]]==0, a[[c]]=n]], {n, 3, 3200, 4}]; a
PROG
(PARI) a(n) = my(d=3); while(!isfundamental(-d) || qfbclassno(-d)!=n, d+=4); d \\ Jianing Song, May 08 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Apr 17 2001
EXTENSIONS
Edited by Dean Hickerson, Mar 17 2003
Escape clause added by Jianing Song, May 08 2021
Definition clarified by Jianing Song, Nov 04 2025
STATUS
approved
