A202603 Triangle T(n,k), read by rows, given by (1, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938.
1, 1, 1, 1, 1, 0, 1, 1, -1, -1, 1, 1, -2, -3, -1, 1, 1, -3, -5, -2, 0, 1, 1, -4, -7, -2, 2, 1, 1, 1, -5, -9, -1, 7, 5, 1, 1, 1, -6, -11, 1, 15, 12, 3, 0, 1, 1, -7, -13, 4, 26, 21, 3, -3, -1, 1, 1, -8, -15, 8, 40, 31, -3, -15, -7, -1
Offset: 0
Examples
Triangle begins : 1 1, 1 1, 1, 0 1, 1, -1, -1 1, 1, -2, -3, -1 1, 1, -3, -5, -2, 0 1, 1, -4, -7, -2, 2, 1 1, 1, -5, -9, -1, 7, 5, 1
Comments