3588480
domain: N
Appears in sequences
- From solution to a difference equation.at n=8A005921
- a(n) = n! - (n-2)!.at n=8A213167
- Square array A(row,col) read by antidiagonals: A(1,col) = A256450(col-1), and for row > 1, A(row,col) = A255411(A(row-1,col)); Dispersion of factorial base shift A255411 (array transposed).at n=62A257503
- Square array A(row,col): A(row,1) = A256450(row-1), and for col > 1, A(row,col) = A255411(A(row,col-1)); Dispersion of factorial base shift A255411.at n=58A257505
- Triangle read by rows: coefficients in expansion of Asveld's polynomials Pi_j(x).at n=36A365962
- Triangle read by rows: T(n,k) = (-1)^n * n! + (-1)^(k+1) * k! for n >= 2 and 1 <= k <= n-1.at n=43A373967