A277938 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, 5, 5, 0, 1, 4, 9, 14, 8, 0, 1, 5, 14, 28, 30, 16, 0, 1, 6, 20, 48, 72, 68, 28, 0, 1, 7, 27, 75, 141, 183, 145, 49, 0, 1, 8, 35, 110, 245, 396, 443, 298, 83, 0, 1, 9, 44, 154, 393, 751, 1058, 1026, 600, 142, 0, 1, 10, 54, 208
Offset: 0
Examples
Square array begins: 1, 1, 1, 1, 1, ... 0, 1, 2, 3, 4, ... 0, 2, 5, 9, 14, ... 0, 5, 14, 28, 48, ... 0, 8, 30, 72, 141, ...
Links
- Seiichi Manyama, Antidiagonals n = 0..139, flattened
Crossrefs
Formula
G.f. of column k: Product_{j>=1} (1+x^j)^(j*k).