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.

A033268 Numbers n such that every genus of binary quadratic forms of discriminant -4n consists of a single class and the class number h(-4n) = 8.

This page as a plain text file.
%I A033268 #11 Jun 10 2018 02:38:26
%S A033268 105,120,165,168,210,240,273,280,312,330,345,357,385,408,462,520,760
%N A033268 Numbers n such that every genus of binary quadratic forms of discriminant -4n consists of a single class and the class number h(-4n) = 8.
%D A033268 David A. Cox, "Primes of the Form x^2 + n y^2", Wiley, 1989, p. 60.
%D A033268 G. B. Mathews, Theory of Numbers, Chelsea, no date, p. 263.
%o A033268 (PARI) ok(n)={my(u=quadclassunit(-4*n).cyc); #u==3 && !select(t->t<>2, u)} \\ _Andrew Howroyd_, Jun 09 2018
%Y A033268 A subsequence of A000926.
%Y A033268 Cf. A033266, A033267, A033269.
%K A033268 nonn,fini,full
%O A033268 1,1
%A A033268 _N. J. A. Sloane_