Question: How to fill a matrix

For any positive integer, N, I need to create an N by N matrix whose (i,j)-entry, i-th row, j-th column, is (((1+j-i)*N+j)/(2+j-i)!) *z(2+j-i) for indeterminates z(0),z(1),z(2), etc. and z(k)=0 for k<0. How can I do this?

Please Wait...