A198379 Triangle T(n,k), read by rows, given by (0,1,-1,0,1,-1,0,1,-1,0,1,-1,...) DELTA (1,0,0,1,0,0,1,0,0,1,0,0,1,...) where DELTA is the operator defined in A084938.
1, 0, 1, 0, 1, 1, 0, 0, 2, 1, 0, 0, 0, 3, 1, 0, 0, -1, 0, 4, 1, 0, 0, 0, -4, 0, 5, 1, 0, 0, 0, 0, -10, 0, 6, 1, 0, 0, 0, 2, 0, -20, 0, 7, 1, 0, 0, 0, 0, 12, 0, -35, 0, 8, 1, 0, 0, 0, 0, 0, 42, 0, -56, 0, 9, 1
Offset: 0
Examples
Triangle begins : 1 0, 1 0, 1, 1 0, 0, 2, 1 0, 0, 0, 3, 1 0, 0, -1, 0, 4, 1 0, 0, 0, -4, 0, 5, 1 0, 0, 0, 0, -10, 0, 6, 1
Comments