Define a triangle T(n,1) = T(n,n) = 1 for n >= 1 and all other elements by T(r,c) = T(r,c-1) + T(r-1,c-1) + T(r-1,c). Its second column is A005408, its third column is A059993, and the sum of all terms in its row n is a(n-1). - J. M. Bergot, Dec 01 2012