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.

Showing 1-3 of 3 results.

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, ", ")))

A328825 Negative discriminants with form class group isomorphic to C_3 (negated).

Original entry on oeis.org

23, 31, 44, 59, 76, 83, 92, 107, 108, 124, 139, 172, 211, 243, 268, 283, 307, 331, 379, 499, 547, 643, 652, 883, 907
Offset: 1

Views

Author

Jianing Song, Dec 05 2019

Keywords

Comments

Also negative discriminants with form class number 3.
Conjecture: this sequence is finite and this is the full list.
The fundamental terms are listed in A006203, and that is a full sequence.
From Jianing Song, May 17 2021: (Start)
Equivalently, negative discriminants of orders whose class group is isomorphic to C_3 (negated).
The known even terms are all congruent to 12 modulo 16. Among the known even terms, k/4 is either here or in A133675. What's the reason for that?
Among the known terms, k is in A023679 if and only if k is in this sequence and k/4 is not. Is there a connection between these two sequences? (End)

Crossrefs

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

Programs

  • PARI
    isA328825(d) = (d>0) && ((d%4==0)||(d%4==3)) && quadclassunit(-d)[2]==[3] \\ Corrected by Jianing Song, May 17 2021

A329182 Negative discriminants with form class group isomorphic to C_2 X C_2 (negated).

Original entry on oeis.org

84, 96, 120, 132, 160, 168, 180, 192, 195, 228, 240, 280, 288, 312, 315, 340, 352, 372, 408, 435, 448, 483, 520, 532, 555, 595, 627, 708, 715, 760, 795, 928, 1012, 1435
Offset: 1

Views

Author

Jianing Song, Dec 05 2019

Keywords

Comments

This sequence is finite and this is the full list.
Equivalently, negative discriminants of orders whose class group is isomorphic to C_2 X C_2 (negated). - Jianing Song, May 17 2021

Crossrefs

Cf. A133675 (negative discriminants with form class group isomorphic to the trivial group), A322710 (isomorphic to C_2), A328825 (isomorphic to C_3), this sequence (isomorphic to C_2 X C_2), A330219 (isomorphic to C_4).
The fundamental terms are listed in A192322. Cf. also A013658.

Programs

  • PARI
    isA329182(d) = (d>0) && ((d%4==0)||(d%4==3)) && quadclassunit(-d)[2]==[2,2] \\ Jianing Song, May 17 2021
Showing 1-3 of 3 results.