1, 1, 1, 2, 3, 1, 7, 13, 7, 1, 41, 88, 61, 15, 1, 397, 951, 781, 257, 31, 1, 6377, 16691, 15566, 6231, 1041, 63, 1, 171886, 484490, 500057, 231721, 48303, 4161, 127, 1, 7892642, 23701698, 26604323, 13843968, 3406505, 374127, 16577, 255, 1
Offset: 0
Rows of this triangle T begin:
1;
1, 1;
2, 3, 1;
7, 13, 7, 1;
41, 88, 61, 15, 1;
397, 951, 781, 257, 31, 1;
6377, 16691, 15566, 6231, 1041, 63, 1;
171886, 484490, 500057, 231721, 48303, 4161, 127, 1;
Rows of T^2 begin:
1;
2, 1;
7, 6, 1;
41, 47, 14, 1;
397, 554, 227, 30, 1;
6377, 10314, 5252, 979, 62, 1;
171886, 312604, 187453, 44268, 4035, 126, 1;
7892642, 15809056, 10795267, 3048701, 357804, 16323, 254, 1;
The sums of adjacent terms in row (n) of T^2 forms row (n+1) of T:
T(5,0) = T^2(4,0) = 397;
T(5,1) = T^2(4,0) + T^2(4,1) = 397 + 554 = 951;
T(5,2) = T^2(4,1) + T^2(4,2) = 554 + 227 = 781.
Rows of matrix inverse T^(-1) begins:
1;
-1, 1;
1, -3, 1;
-1, 8, -7, 1;
1, -25, 44, -15, 1;
-1, 111, -346, 208, -31, 1;
1, -809, 4045, -3720, 912, -63, 1;
-1, 10360, -77351, 99776, -35136, 3840, -127, 1; ...
which is a signed version of A097712.
Comments