A276554 Square array A(n,k), n>=0, k>=0, read by antidiagonals, where column k is the expansion of Product_{j>=1} (1-x^j)^(j*k) in powers of x.
1, 1, 0, 1, -1, 0, 1, -2, -2, 0, 1, -3, -3, -1, 0, 1, -4, -3, 2, 0, 0, 1, -5, -2, 8, 6, 4, 0, 1, -6, 0, 16, 12, 12, 4, 0, 1, -7, 3, 25, 13, 9, 1, 7, 0, 1, -8, 7, 34, 5, -12, -29, -10, 3, 0, 1, -9, 12, 42, -15, -51, -78, -54, -32, -2, 0, 1, -10, 18, 48, -49, -102
Offset: 0
Examples
Square array begins: 1, 1, 1, 1, 1, ... 0, -1, -2, -3, -4, ... 0, -2, -3, -3, -2, ... 0, -1, 2, 8, 16, ... 0, 0, 6, 12, 13, ...
Links
- Seiichi Manyama, Antidiagonals n = 0..139, flattened
Crossrefs
Formula
G.f. of column k: Product_{j>=1} (1-x^j)^(j*k).