OFFSET
0,2
EXAMPLE
Triangle begins:
1;
3, 2;
9, 8, 3;
26, 28, 15, 4;
73, 86, 57, 24, 5;
191, 250, 192, 96, 35, 6;
500, 696, 567, 356, 145, 48, 7;
1234, 1824, 1683, 1060, 590, 204, 63, 8;
3051, 4754, 4392, 3344, 1765, 906, 273, 80, 9;
7201, 11562, 12084, 8672, 5895, 2718, 1316, 352, 99, 10; ...
which is formed from the odd-indexed diagonals of triangle
A118032, which starts:
1;
1, 1;
2, 2, 1;
3, 4, 3, 1;
6, 8, 6, 4, 1;
9, 14, 15, 8, 5, 1; ...
and dropping the main diagonal, so that U =
1;
2, 2;
3, 4, 3;
6, 8, 6, 4;
9, 14, 15, 8, 5;
16, 28, 24, 24, 10, 6; ...
Then the matrix product A118032*U equals this triangle.
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Paul D. Hanna, Apr 10 2006
STATUS
approved