85089883domain: NAppears in sequencesa(n) = f(n,n) where f(0,n) = f(n,0) = n! and f(m,n) = f(m-1,n) + f(m,n-1) + f(m-1,n-1).at n=10A346374