login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A033269
Numbers n such that every genus of binary quadratic forms of discriminant -4n consists of a single class and the class number h(-4n) = 16.
4
840, 1320, 1365, 1848
OFFSET
1,1
REFERENCES
David A. Cox, "Primes of the Form x^2 + n y^2", Wiley, 1989, p. 60.
G. B. Mathews, Theory of Numbers, Chelsea, no date, p. 263.
PROG
(PARI) ok(n)={my(u=quadclassunit(-4*n).cyc); #u==4 && !select(t->t<>2, u)} \\ Andrew Howroyd, Jun 09 2018
CROSSREFS
A subsequence of A000926.
Sequence in context: A102793 A144770 A068546 * A272595 A179670 A092002
KEYWORD
nonn,fini,full
STATUS
approved