557032domain: NAppears in sequencesTriangle read by rows: T(n,k) is the coefficient of x^k of the polynomial n(n-x)(n-2x)(n-3x)...(n-(n-1)x) (n>=1, 0<=k<=n-1).at n=25A123670Triangle read by rows. T(n, k) = n^k * |Stirling1(n, k)|.at n=31A355007