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.

A322710 Negative discriminants with form class number 2 (negated).

Original entry on oeis.org

15, 20, 24, 32, 35, 36, 40, 48, 51, 52, 60, 64, 72, 75, 88, 91, 99, 100, 112, 115, 123, 147, 148, 187, 232, 235, 267, 403, 427
Offset: 1

Views

Author

Jianing Song, Dec 24 2018

Keywords

Comments

This is the full sequence.
The j-invariants for these discriminants are quadratic integers. See the links below for a full list.

Crossrefs

Cf. A133675 (negative discriminants with form class group isomorphic to the trivial group), this sequence (isomorphic to C_2), A328825 (isomorphic to C_3), A329182 (isomorphic to C_2 X C_2), A330219 (isomorphic to C_4).

Programs

  • PARI
    for(n=1, 500, if((-n)%4<=1&&quadclassunit(-n)[1]==2, print1(n, ", ")))