Given the recurrence relation $a_n=a_{n-1}+(n-1)a_{n-2}$ and the values of $a_0$ and $a_1$. For example, $a_0=a_1=1$.
Can we give an explicit formula of this sequence? If yes, how to achieve that?
(In fact, I find this sequence in Burnside's lemma which describes the number of different positions to put 8 rooks in a chessboard, and each rook should lie in different row and column. )