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.

A292132 Main diagonal of A292131.

Original entry on oeis.org

1, -1, -2, 6, 12, 45, -150, -203, -840, -1872, 6390, 8580, 30084, 69108, 165802, -494565, -514320, -1997296, -4202298, -10175526, -18908420, 49930440, 54032770, 190735688, 405256872, 948210600, 1751280726, 3624555168, -7676955468, -6724059944, -26741354430
Offset: 0

Views

Author

Seiichi Manyama, Sep 09 2017

Keywords

Crossrefs

Programs

  • PARI
    {a(n) = polcoeff(prod(k=1, n, 1-n*x^k+x*O(x^n)), n)}

Formula

a(n) = [x^n] Product_{k=1..n} (1 - n*x^k).