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.
%I A033269 #11 Jun 10 2018 02:38:55 %S A033269 840,1320,1365,1848 %N 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. %D A033269 David A. Cox, "Primes of the Form x^2 + n y^2", Wiley, 1989, p. 60. %D A033269 G. B. Mathews, Theory of Numbers, Chelsea, no date, p. 263. %o A033269 (PARI) ok(n)={my(u=quadclassunit(-4*n).cyc); #u==4 && !select(t->t<>2, u)} \\ _Andrew Howroyd_, Jun 09 2018 %Y A033269 A subsequence of A000926. %Y A033269 Cf. A033266, A033267, A033268. %K A033269 nonn,fini,full %O A033269 1,1 %A A033269 _N. J. A. Sloane_