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.

A046010 Discriminants of imaginary quadratic fields with class number 13 (negated).

Original entry on oeis.org

191, 263, 607, 631, 727, 1019, 1451, 1499, 1667, 1907, 2131, 2143, 2371, 2659, 2963, 3083, 3691, 4003, 4507, 4643, 5347, 5419, 5779, 6619, 7243, 7963, 9547, 9739, 11467, 11587, 11827, 11923, 12043, 14347, 15787, 16963, 20563
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Reap[ For[n = 1, n < 21000, n++, s = Sqrt[-n]; If[ NumberFieldClassNumber[s] == 13, d = -NumberFieldDiscriminant[s]; Print[d]; Sow[d]]]][[2, 1]] // Union (* Jean-François Alcover, Oct 05 2012 *)