A216344 Triangle T(n,k), read by rows, given by (0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (1, 0, 0, -1, 1, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938 .
1, 0, 1, 0, 1, 1, 0, 2, 2, 1, 0, 4, 4, 3, 1, 0, 8, 8, 7, 4, 1, 0, 16, 16, 16, 11, 5, 1, 0, 32, 32, 36, 28, 16, 6, 1, 0, 64, 64, 80, 68, 45, 22, 7, 1, 0, 128, 128, 176, 160, 118, 68, 29, 8, 1, 0, 256, 256, 384
Offset: 0
Examples
Triangle begins : 1 0, 1 0, 1, 1 0, 2, 2, 1 0, 4, 4, 3, 1 0, 8, 8, 7, 4, 1 0, 16, 16, 16, 11, 5, 1 0, 32, 32, 36, 28, 16, 6, 1
Crossrefs
Cf. A034943