A283272 Square array A(n,k), n>=0, k>=0, read by antidiagonals, where column k is expansion of Product_{j>=1} (1-x^j)^(j^k) in power of x.
1, 1, -1, 1, -1, -1, 1, -1, -2, 0, 1, -1, -4, -1, 0, 1, -1, -8, -5, 0, 1, 1, -1, -16, -19, -1, 4, 0, 1, -1, -32, -65, -9, 21, 4, 1, 1, -1, -64, -211, -55, 127, 49, 7, 0, 1, -1, -128, -665, -285, 807, 500, 81, 3, 0, 1, -1, -256, -2059, -1351, 5179, 4809, 1038, 45
Offset: 0
Examples
Square array begins: 1, 1, 1, 1, 1, 1, ... -1, -1, -1, -1, -1, -1, ... -1, -2, -4, -8, -16, -32, ... 0, -1, -5, -19, -65, -211, ... 0, 0, -1, -9, -55, -285, ... 1, 4, 21, 127, 807, 5179, ...
Links
- Seiichi Manyama, Antidiagonals n = 0..139, flattened
Crossrefs
Formula
G.f. of column k: Product_{j>=1} (1-x^j)^(j^k).