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.

A133288 Negative discriminants with form class group of exponent 2 (negated).

Original entry on oeis.org

15, 20, 24, 32, 35, 36, 40, 48, 51, 52, 60, 64, 72, 75, 84, 88, 91, 96, 99, 100, 112, 115, 120, 123, 132, 147, 148, 160, 168, 180, 187, 192, 195, 228, 232, 235, 240, 267, 280, 288, 312, 315, 340, 352, 372, 403, 408, 420, 427, 435, 448, 480, 483, 520, 532, 555, 595, 627, 660, 672, 708, 715, 760
Offset: 1

Views

Author

David Brink, Dec 30 2007

Keywords

References

  • D. A. Cox, Primes of the form x^2+ny^2, Wiley, New York, 1989.
  • D. E. Flath, Introduction to Number Theory, Wiley-Interscience, 1989.

Crossrefs

Cf. A003171 is the disjoint union of A133675 and this sequence.

Programs

  • PARI
    ok(n)={(-n)%4<2 && quadclassunit(-n).no > 1 && !#select(k->k<>2, quadclassunit(-n).cyc)} \\ Andrew Howroyd, Jul 20 2018