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.

Showing 1-1 of 1 results.

A225060 Discriminants D < 0 such that h(D) > h(D') for D < D' < 0, negated.

Original entry on oeis.org

3, 15, 23, 39, 47, 71, 95, 119, 167, 191, 215, 239, 311, 431, 479, 551, 671, 719, 791, 839, 959, 1151, 1319, 1511, 1559, 1679, 1991, 2159, 2351, 2519, 2831, 2999, 3071, 3671, 3839, 3911, 4031, 4079, 4199, 4679, 4991, 5351, 5519, 5591, 5711, 6431, 6551, 7391, 8111
Offset: 1

Views

Author

Keywords

Comments

Essentially records in A014600.

References

  • H. Heilbronn, On the class number in imaginary quadratic fields, Quart. J. Math. Oxford 5 (1934), pp. 293-301.

Crossrefs

Programs

  • PARI
    r=0;forstep(n=3,1e6,[1,3],t=qfbclassno(-n);if(t>r,r=t;print1(n", ")))
Showing 1-1 of 1 results.