Possible Duplicate:
Number of permutations where n ≠ position n
There are $N!$ permutations of the set $\{1,2,\ldots,N\}$
How many of them have zero identity elements?
An identity element is an element that has a value equal to its position. ie When for some $i$, the ith element equals $i$.
For example, $(2,3,4,1)$ has no identity elements, whereas $(2,1,3,4)$ has two identity elements.