A112338 Triangle read by rows, generated from A001263.
1, 1, 1, 1, 2, 1, 1, 3, 5, 1, 1, 4, 12, 14, 1, 1, 5, 22, 57, 42, 1, 1, 6, 35, 148, 303, 132, 1, 1, 7, 51, 305, 1144, 1743, 429, 1, 8, 70, 546, 3105, 9784, 10629, 1430, 1
Offset: 0
Examples
In the array, antidiagonal terms (1, 3, 5, 1) become row 3 of the triangle. First few rows of the array: 1, 1, 1, 1, 1, 1, ... 1, 2, 5, 14, 42, 132, ... 1, 3, 12, 57, 303, 1743, ... 1, 4, 22, 148, 1144, 9784, ... 1, 5, 35, 305, 3105, 35505, ... First few rows of the triangle: 1; 1, 1; 1, 2, 1; 1, 3, 5, 1; 1, 4, 12, 14, 1; 1, 5, 22, 57, 42, 1; 1, 6, 35, 148, 303, 132, 1;
Comments