A113680 Riordan array ((1-x-2x^2)/(1-x),x).
1, 0, 1, -2, 0, 1, -2, -2, 0, 1, -2, -2, -2, 0, 1, -2, -2, -2, -2, 0, 1, -2, -2, -2, -2, -2, 0, 1, -2, -2, -2, -2, -2, -2, 0, 1, -2, -2, -2, -2, -2, -2, -2, 0, 1, -2, -2, -2, -2, -2, -2, -2, -2, 0, 1, -2, -2, -2, -2, -2, -2, -2, -2, -2, 0, 1, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 0, 1, -2, -2, -2, -2, -2, -2, -2, -2
Offset: 0
Examples
Triangle begins 1; 0, 1; -2, 0, 1; -2, -2, 0, 1; -2, -2, -2, 0, 1; -2, -2, -2, -2, 0, 1;
Formula
Number triangle T(n, k)=if(k<=n, C(0, n-k)+2*C(1, n-k)-2, 0).
Comments