A127568 Triangle T(n,k) = Bell(k) = A000110(k), 0<=k<=n.
1, 1, 1, 1, 1, 2, 1, 1, 2, 5, 1, 1, 2, 5, 15, 1, 1, 2, 5, 15, 52, 1, 1, 2, 5, 15, 52, 203
Offset: 0
Examples
First few rows of the triangle are: 1; 1, 1; 1, 1, 2; 1, 1, 2, 5; 1, 1, 2, 5, 15; 1, 1, 2, 5, 15, 52; ...