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.

A006643 Class number of quadratic field with discriminant -4n as n runs through A089269: squarefree numbers congruent to 1 or 2 mod 4.

Original entry on oeis.org

1, 1, 2, 2, 2, 2, 4, 4, 4, 2, 6, 6, 4, 4, 4, 2, 6, 8, 4, 4, 6, 4, 2, 6, 8, 8, 8, 8, 4, 4, 10, 8, 4, 4, 4, 10, 12, 4, 8, 4, 14, 4, 8, 6, 6, 12, 8, 8, 6, 10, 12, 4, 4, 14, 8, 8, 8, 4, 8, 16, 14, 8, 6, 8, 16, 8, 10, 12, 14, 12, 4, 8, 10, 12, 16, 12, 4, 4, 20, 10, 12, 6, 8, 20, 20, 8, 8, 6, 8, 10, 16
Offset: 1

Views

Author

Keywords

Comments

Equivalently, number of classes of primitive positive definite binary quadratic forms of discriminant -4n as n runs through A089269: squarefree numbers congruent to 1 or 2 mod 4.

References

  • D. A. Buell, Binary Quadratic Forms. Springer-Verlag, NY, 1989, pp. 224-241.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

A subsequence of A000003.

Programs

  • PARI
    for (n=1,50, if(issquarefree(n) && (n%4 == 1 || n%4 == 2), print(n, " ", qfbclassno(-4*n)))) \\ N. J. A. Sloane, May 28 2014

Extensions

Extended and definition corrected by Max Alekseyev, Apr 16 2010