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.

A225061 Record class numbers of discriminants of imaginary quadratic fields: h(-A225060(n)).

Original entry on oeis.org

1, 2, 3, 4, 5, 7, 8, 10, 11, 13, 14, 15, 19, 21, 25, 26, 30, 31, 32, 33, 36, 41, 45, 49, 51, 52, 56, 60, 63, 64, 68, 73, 76, 81, 82, 83, 84, 85, 88, 91, 92, 93, 97, 99, 109, 114, 117, 120, 121, 126, 134, 135, 138, 139, 153, 156, 161, 165, 174, 178, 181, 185, 195, 202, 205
Offset: 1

Views

Author

Keywords

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,print1(r=t", ")))