Rows begin:
1;
1, 1;
2, 2, 1;
4, 6, 3, 1;
10, 16, 12, 4, 1;
26, 50, 40, 20, 5, 1;
76, 156, 150, 80, 30, 6, 1;
232, 532, 546, 350, 140, 42, 7, 1;
764, 1856, 2128, 1456, 700, 224, 56, 8, 1;
2620, 6876, 8352, 6384, 3276, 1260, 336, 72, 9, 1;
Production matrix is:
1, 1,
1, 1, 1,
0, 2, 1, 1,
0, 0, 3, 1, 1,
0, 0, 0, 4, 1, 1,
0, 0, 0, 0, 5, 1, 1,
0, 0, 0, 0, 0, 6, 1, 1,
0, 0, 0, 0, 0, 0, 7, 1, 1,
0, 0, 0, 0, 0, 0, 0, 8, 1, 1 (End)
The infinitesimal generator has integer entries and begins
0
1 0
1 2 0
0 3 3 0
0 0 6 4 0
0 0 0 10 5 0
0 0 0 0 15 6 0
...
and is the generalized exponential Riordan array [x + x^2/2!,x].(End)