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-5 of 5 results.

A006832 Discriminants of totally real cubic fields.

Original entry on oeis.org

49, 81, 148, 169, 229, 257, 316, 321, 361, 404, 469, 473, 564, 568, 621, 697, 733, 756, 761, 785, 788, 837, 892, 940, 961, 985, 993, 1016, 1076, 1101, 1129, 1229, 1257, 1300, 1304, 1345, 1369, 1373, 1384, 1396, 1425, 1436, 1489, 1492, 1509, 1524
Offset: 1

Views

Author

Keywords

Examples

			The field Q[x]/(x^3 - x^2 - 2*x + 1) is the totally real cubic field with the smallest discriminant of 49. - _Robin Visser_, Apr 17 2025
		

References

  • Pohst and Zassenhaus, Algorithmic Algebraic Number Theory, Cambridge Univ. Press, page 436.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

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

A278791 Number of complex cubic fields with discriminant >= -10^n.

Original entry on oeis.org

0, 7, 127, 1520, 17041, 182417, 1905514, 19609185, 199884780, 2024660098, 20422230540
Offset: 1

Views

Author

Keywords

Comments

Belabas invented an algorithm to identify all cubic fields with a discriminant bounded by X in essentially linear time, and computed the above values up to a(11).
The number of complex cubic fields with discriminant >= -X is asymptotic to X/(4*zeta(3)) = (0.207976...)*X. The second order term was conjectured by Roberts to be a known constant times X^{5/6}, and this was subsequently proved by Bhargava et al.

References

  • Henri Cohen, Advanced Topics in Computational Number Theory, Springer, 2000, p. 426 (and Chapter 8 more generally)

Crossrefs

A106312 Possible negative values of the discriminant of irreducible monic integral cubic polynomials.

Original entry on oeis.org

23, 31, 44, 59, 76, 83, 87, 104, 107, 108, 116, 135, 139, 140, 152, 172, 175, 176, 199, 200, 204, 211, 212, 216, 231, 236, 239, 243, 244, 247, 255, 268, 279, 283, 300, 304, 307, 324, 327, 331, 332, 335, 339, 351, 356, 364, 367, 379, 411, 416, 419, 424, 428
Offset: 1

Views

Author

T. D. Noe, May 17 2005

Keywords

Comments

These discriminants were found by examining all irreducible integral cubic polynomials x^3+ax^2+bx+c for a,b,c in [ -30,30]. Closely related to A023679, discriminants of complex cubic fields.

A187773 Discriminants of norm-Euclidean complex cubic fields (negated).

Original entry on oeis.org

23, 31, 44, 59, 76, 83, 87, 104, 107, 108, 116, 135, 139, 140, 152, 172, 175, 200, 204, 211, 212, 216, 231, 239, 243, 244, 247, 255, 268, 300, 324, 356, 379, 411, 419, 424, 431, 440, 451, 460, 472, 484, 492, 499, 503, 515, 516, 519, 543, 628, 652, 687, 696, 728, 744, 771, 815, 876
Offset: 1

Views

Author

Arkadiusz Wesolowski, Jan 05 2013

Keywords

Crossrefs

Cf. A023679.
Showing 1-5 of 5 results.