A286656 Square array A(n,k), n>=0, k>=1, read by antidiagonals, where column k is the expansion of Product_{j>=1} (1 - x^j)/(1 - x^(k*j)).
1, 1, 0, 1, -1, 0, 1, -1, 0, 0, 1, -1, -1, -1, 0, 1, -1, -1, 1, 1, 0, 1, -1, -1, 0, -1, -1, 0, 1, -1, -1, 0, 1, 0, 1, 0, 1, -1, -1, 0, 0, 0, 2, -1, 0, 1, -1, -1, 0, 0, 2, -1, -1, 2, 0, 1, -1, -1, 0, 0, 1, -1, 1, -1, -2, 0, 1, -1, -1, 0, 0, 1, 1, 0, 2, 3, 2, 0, 1
Offset: 0
Examples
Square array begins: 1, 1, 1, 1, 1, ... 0, -1, -1, -1, -1, ... 0, 0, -1, -1, -1, ... 0, -1, 1, 0, 0, ... 0, 1, -1, 1, 0, ...
Crossrefs
Formula
G.f. of column k: Product_{j>=1} (1 - x^j)/(1 - x^(k*j)).