S(n+1,k)=kS(n,k)+S(n,k−1) S(n,0)= = {0 1 if n=0 if n=0 s(n,k) is the number of permutations of the set [n] whose cycle representation hast exactly k cycles Falling Factorial