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.

A305475 Constant of Hilbert class polynomial H_D(x) as D runs through the numbers -3, -4, -7, -8, -11, -12, ... .

Original entry on oeis.org

0, -1728, 3375, -8000, 32768, -54000, -121287375, -287496, 884736, -681472000, 12771880859375, 14670139392, 12288000, -16581375, 1566028350940383, 12167000000, -134217728000, -1790957481984, 20919104368024767633, 9103145472000, 884736000
Offset: 1

Views

Author

Seiichi Manyama, Jun 02 2018

Keywords

Crossrefs

Programs

  • PARI
    {a(n) = polcoeff(polclass(-2*n-n%2), 0)}