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.

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

Original entry on oeis.org

1, 0, 2, -6, -14, -10, 32, 76, -80, -340, -200, 590, 2302, 1890, -3470, -11468, -16254, 5244, 57406, 109340, 81396, -158664, -550388, -829558, -359856, 1509570, 4333256, 6198660, 2628406, -10133230, -30439512, -46214582, -29696680, 45589368
Offset: 0

Views

Author

Ilya Gutkovskiy, Apr 10 2025

Keywords

Crossrefs

Programs

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