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.

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

Original entry on oeis.org

1, -1, -3, 8, 9, -26, -168, 489, 1041, -5599, 12, 27103, 23436, -222912, -435473, 3177433, 375569, -24956018, 6931209, 181844002, 57372644, -2158209675, 853739235, 20642183588, -25063980804, -148768035501, 224915906836, 1322267927471, -2337343745721, -12604818831294
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 28 2017

Keywords

Crossrefs

Main diagonal of A297323.

Programs

  • Mathematica
    Table[SeriesCoefficient[Product[(1 - k x^k)^n, {k, 1, n}], {x, 0, n}], {n, 0, 29}]

Formula

a(n) = A297323(n,n).