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.

A046020 Discriminants of imaginary quadratic fields with class number 23 (negated).

Original entry on oeis.org

647, 1039, 1103, 1279, 1447, 1471, 1811, 1979, 2411, 2671, 3491, 3539, 3847, 3923, 4211, 4783, 5387, 5507, 5531, 6563, 6659, 6703, 7043, 9587, 9931, 10867, 10883, 12203, 12739, 13099, 13187, 15307, 15451, 16267, 17203, 17851, 18379, 20323
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Reap[ Do[ If[ NumberFieldClassNumber[ Sqrt[-n] ] == 23, d = -NumberFieldDiscriminant[ Sqrt[-n] ]; Print[d]; Sow[d]], {n, 1, 21000}]][[2, 1]] // Union (* Jean-François Alcover, Oct 22 2012 *)
  • PARI
    select(n->qfbclassno(-n)==23, vector(22696, n, 4*n+3)) \\ Charles R Greathouse IV, Apr 25 2013

Extensions

68 discriminants in this sequence (proved).