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.

A380782 Class number of real quadratic field Q(sqrt(prime(n))).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 3, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 5, 3, 1
Offset: 1

Views

Author

Steven Lu, Feb 02 2025

Keywords

Comments

A278837 contains all primes p where the class number of Q(sqrt(p)) is larger than 1.

Examples

			For n = 22, a(22) = 3 since the class number of Q(sqrt(79)) is 3 where 79 is the 22nd prime.
		

Crossrefs

Programs

  • Mathematica
    Table[NumberFieldClassNumber[Sqrt[Prime[i]]], {i, 87}]