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.

Previous Showing 21-27 of 27 results.

A052476 Discriminants of real quadratic number fields with class number 2 such that Hilbert class field has splitting field Q(sqrt(2)).

Original entry on oeis.org

104, 136, 168, 232, 264, 296, 424, 456, 488, 552, 584, 616, 712, 744, 776, 808, 872, 1032, 1064, 1128, 1192, 1256, 1416, 1448, 1544, 1576, 1608, 1672, 1704, 1832, 1864, 1896, 1928, 1992
Offset: 1

Views

Author

N. J. A. Sloane, Mar 15 2000

Keywords

References

  • H. Cohen, Advanced Topics in Computational Number Theory, Springer, 2000, pp. 534-535.

Crossrefs

Extensions

More terms from Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), May 15 2002

A052477 Discriminants of real quadratic number fields with class number 2 such that Hilbert class field has splitting field Q(sqrt(3)).

Original entry on oeis.org

156, 204, 348, 444, 492, 636, 732, 1068, 1212, 1308, 1356, 1644, 1788, 1884
Offset: 1

Views

Author

N. J. A. Sloane, Mar 15 2000

Keywords

References

  • H. Cohen, Advanced Topics in Computational Number Theory, Springer, 2000, pp. 534-535.

Crossrefs

A052478 Discriminants of real quadratic number fields with class number 2 such that Hilbert class field has splitting field Q(sqrt(13)).

Original entry on oeis.org

221, 273, 312, 364, 377, 429, 481, 533, 572, 728, 741, 949, 988, 1001, 1144, 1157, 1196, 1209, 1261, 1417, 1469, 1612, 1729, 1781, 1833, 1976
Offset: 1

Views

Author

N. J. A. Sloane, Mar 15 2000

Keywords

References

  • H. Cohen, Advanced Topics in Computational Number Theory, Springer, 2000, pp. 534-535.

Crossrefs

A052479 Discriminants of real quadratic number fields with class number 2 such that Hilbert class field has splitting field Q(sqrt(17)).

Original entry on oeis.org

357, 408, 476, 493, 561, 629, 748, 952, 969, 1037, 1173, 1241, 1309, 1496, 1513, 1564, 1581, 1649, 1717, 1853, 1921
Offset: 1

Views

Author

N. J. A. Sloane, Mar 15 2000

Keywords

References

  • H. Cohen, Advanced Topics in Computational Number Theory, Springer, 2000, pp. 534-535.

Crossrefs

A341649 Integers k such that Z[sqrt(k)] = Z[x]/(x^2 - k) is a unique factorization domain.

Original entry on oeis.org

-2, -1, 2, 3, 6, 7, 11, 14, 19, 22, 23, 31, 38, 43, 46, 47, 59, 62, 67, 71, 83, 86, 94, 103, 107, 118, 127, 131, 134, 139, 151, 158, 163, 166, 167, 179, 191, 199, 206, 211, 214, 227, 239, 251, 262, 263, 271, 278, 283, 302, 307, 311, 331, 334, 347, 358, 367, 379
Offset: 1

Views

Author

Jianing Song, Feb 16 2021

Keywords

Comments

Equivalently, integers k such that Z[sqrt(k)] = Z[x]/(x^2 - k) is a principal ideal domain.
-2, -1, together with k such that 4*k is in A003656.
All terms are squarefree and congruent to 2 or 3 modulo 4. It appears that the terms > 2 are of the form p or 2*p, where p is a prime congruent to 3 modulo 4. [This is correct; see Theorem 1 and Theorem 2 of Ezra Brown's link. - Jianing Song, Feb 24 2021]
The smallest prime p == 3 (mod 4) that is not a term is p = 79. The smallest prime p == 3 (mod 4) such that 2*p is not a term is p = 71.

Examples

			Z[sqrt(-1)] = Z[i] is the ring of Gaussian integers, which is a unique factorization domain.
		

Crossrefs

Cf. A003656, A002052 (odd primes in this sequence).

Programs

  • PARI
    isA341649(n) = my(D=4*n); isfundamental(D) && quadclassunit(D)[1] == 1

A349419 Fundamental discriminants of real quadratic number fields with odd class number > 1 whose fundamental unit has norm 1.

Original entry on oeis.org

316, 321, 469, 473, 568, 817, 892, 993, 1016, 1101, 1257, 1304, 1393, 1436, 1509, 1641, 1756, 1761, 1772, 1897, 1929, 1957, 1996, 2021, 2101, 2177, 2429, 2589, 2636, 2908, 2913, 2981, 3173, 3261, 3356, 3569, 3736, 3873, 3928, 3941, 3957, 3981, 3997, 4009, 4193, 4281
Offset: 1

Views

Author

Jianing Song, Dec 29 2021

Keywords

Comments

Composite terms of A342368.
For a positive fundamental discriminant d, the class number of the real quadratic field of discriminant d is odd if and only if d = 8 or is of one of the three following forms: (i) p, where p is a prime congruent to 1 modulo 4; (ii) 4p or 8p, where p is a prime congruent to 3 modulo 4; (iii) pq, where p, q are distinct primes congruent to 3 modulo 4. See Theorem 1 and Theorem 2 of Ezra Brown's link. This sequence gives values for d in the cases (ii) and (iii) and that the real quadratic number field with discriminant d has odd class number > 1.

Examples

			316 is a term since the quadratic field with discriminant 316 (Q(sqrt(79))) has class number 3. The fundamental unit of that field (80+9*sqrt(79)) has norm 1.
321 is a term since the quadratic field with discriminant 321 (Q(sqrt(321))) has class number 3. The fundamental unit of that field (215+12*sqrt(321)) has norm 1.
		

Crossrefs

Intersection of A342368 and A349649. Equals A342368 \ A350165.

Programs

  • PARI
    isA349419(D) = if(!isprime(D) && (D>1) && isfundamental(D), my(h=quadclassunit(D)[1]); (h%2)&&(h>1), 0)

A142957 Duplicate of A038987.

Original entry on oeis.org

2, 3, 11, 31, 43, 47, 53, 61, 73, 79, 89, 97, 101, 103, 109, 113, 151, 163, 167, 191, 193, 197, 227, 229, 241, 269, 283, 293, 307, 313, 353, 379, 389, 397, 419, 421, 431, 449, 461, 463, 467, 479, 487, 491, 503, 509, 521, 547, 557, 571, 593, 607, 613, 617, 631
Offset: 1

Views

Author

Laura Caballero Fernandez, Lourdes Calvo Moguer, Maria Josefa Cano Marquez, Oscar Jesus Falcon Ganfornina and Sergio Garrido Morales (laucabfer(AT)alum.us.es), Jul 17 2008

Keywords

Comments

Previous name was: Primes of the form 3*x^2 + 5*x*y - 6*y^2 (as well as of the form 6*x^2 + 11*x*y + y^2).
Discriminant = 97. Class = 1. Binary quadratic forms a*x^2 + b*x*y + c*y^2 have discriminant d = b^2-4ac.
Is this the same as A038987? - R. J. Mathar, Oct 12 2013
From Don Reble, Oct 06 2014: (Start)
G. B. Mathews ("Theory of Numbers" by Chelsea publishing) might have an answer to the relation with A038987. In point 59 on page 65 he claims that
- if X is a non-residue of a discriminant of a quadratic form, then X is not representable; and
- if X is a residue of D, then there is a quadratic form of determinant D which represents X.
If all forms of discriminant 97 are equivalent, then that might suffice. (Indeed, either +97 or -97 has class number 1; but I am not sure which sign matters, A003656 vs. A003173.)
(End)
From Jianing Song, Feb 24 2021: (Start)
Also primes of the form u^2 + u*v - 24*v^2. Substitute u, v by u = 9*x+22*y, v = 2*x+5*y gives 3*x^2 + 5*x*y - 6*y^2.
Yes, this is the same as A038987. For primes p being a (coprime) square modulo 97, they split in the ring Z[(1+sqrt(97))/2]. Since Z[(1+sqrt(97))/2] is a UFD, they are reducible in Z[(1+sqrt(97))/2], so we have p = e*(u + v*(1+sqrt(97))/2)*(u + v*(1-sqrt(97))/2) = e*(u^2 + u*v - 24*v^2), e = +-1. WLOG we can suppose e = 1, otherwise substitute u, v by 5035*u+27312*v and 1138*u+6173*v, then p = u^2 + u*v - 24*v^2. On the other hand, if p is a quadratic nonresidue modulo 97, then they remain inert in Z[(1+sqrt(97))/2] and hence cannot be represented as u^2 + u*v - 24*v^2. (End)

Examples

			a(6) = 47 because we can write 47 = 3*11^2 + 5*11*(-4) - 6*(-4)^2 (or 47 = 6*2^2 + 11*2*1 + 1^2).
		

References

  • Z. I. Borevich and I. R. Shafarevich, Number Theory.

Crossrefs

Cf. A038872 (d=5). A038873 (d=8). A068228, A141123 (d=12). A038883 (d=13). A038889 (d=17). A141111, A141112 (d=65).
Previous Showing 21-27 of 27 results.