296967
domain: N
Appears in sequences
- a(n) = n*a(n-1) + (n-3)*a(n-2), with a(1) = 0, a(2) = 1.at n=8A000261
- Triangular array formed from successive differences of factorial numbers, then with factorials removed.at n=62A060475
- Table T(n,k) giving number of ways of obtaining exactly 0 correct answers on an (n,k)-matching problem (1 <= k <= n).at n=51A076731
- Array read by upwards antidiagonals: T(n,k) is the number of ways to place n persons on different seats such that each person number p, 1 <= p <= n, differs from the seat number s(p), 1 <= s(p) <= n+k, k >= 0.at n=48A336246