1, 2, 1, 10, 4, 1, 74, 26, 6, 1, 706, 226, 50, 8, 1, 8162, 2426, 522, 82, 10, 1, 110410, 30826, 6498, 1010, 122, 12, 1, 1708394, 451586, 93666, 14458, 1738, 170, 14, 1, 29752066, 7489426, 1532970, 235466, 28226, 2754, 226, 16, 1, 576037442
Offset: 0
SHIFT_LEFT(column 0 of T^(-1/2)) = -1*(column 0 of T);
SHIFT_LEFT(column 0 of T^(1/2)) = 1*(column 1 of T);
SHIFT_LEFT(column 0 of T^(3/2)) = 3*(column 2 of T);
SHIFT_LEFT(column 0 of T^(5/2)) = 5*(column 3 of T).
Triangle begins:
1;
2,1;
10,4,1;
74,26,6,1;
706,226,50,8,1;
8162,2426,522,82,10,1;
110410,30826,6498,1010,122,12,1;
1708394,451586,93666,14458,1738,170,14,1;
29752066,7489426,1532970,235466,28226,2754,226,16,1; ...
Matrix square-root T^(1/2) is A105623 which begins:
1;
1,1;
4,2,1;
26,10,3,1;
226,74,19,4,1;
2426,706,167,31,5,1; ...
compare column 0 of T^(1/2) to column 1 of T;
also, column 1 of T^(1/2) equals column 0 of T.
Matrix inverse square-root T^(-1/2) is A105620 which begins:
1;
-1,1;
-2,-2,1;
-10,-4,-3,1;
-74,-20,-7,-4,1;
-706,-148,-39,-11,-5,1; ...
compare column 0 of T^(-1/2) to column 0 of T.
Matrix inverse T^-1 is A105619 which begins:
1;
-2,1;
-2,-4,1;
-10,-2,-6,1;
-74,-10,-2,-8,1;
-706,-74,-10,-2,-10,1;
-8162,-706,-74,-10,-2,-12,1; ...
Comments