10976173domain: NAppears in sequencesa(n) = Sum_{k=2..n} n(n-1)...(n-k+1)/k.at n=10A006231Triangle read by rows: T(n,k) is the number of permutations of an n-set having k cycles of size > 1 (0<=k<=floor(n/2)).at n=37A136394