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.

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

Original entry on oeis.org

1, -1, -5, 51, 1009, -17765, -636385, 15875083, 828730833, -26734633497, -1837389309405, 72689703927555, 6202163408816881, -290609121018808813, -29631450442239587305, 1604436906627413556075, 190333687041180914380065, -11692931012450127257939505, -1582217617564533519968758645
Offset: 0

Views

Author

Seiichi Manyama, Sep 25 2021

Keywords

Crossrefs

Programs

  • PARI
    a(n) = polcoef(prod(k=0, 2*n-1, x+(-1)^k*k), n);

Formula

a(n) = A047991(2*n-1,n) for n>0.