9145422domain: NAppears in sequencesTriangle read by rows: T(n,m) = C[n,m,m] where C[i,j,k] is the 3-dimensional Catalan pyramid defined by C[0,0,0]=1 and C[i,j,k]=0 if j>i or k>j and C[i,j,k]=C[i-1,j,k]+C[i,j-1,k]+C[i,j,k-1].at n=43A065077a(n) = number of standard Young tableaux of type (n,n-1,n-1).at n=7A123691