2

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. )

  • Welcome to MSE. Your question is phrased as an isolated problem, without any further information or context. This does not match many users' quality standards, so it may attract downvotes, or be closed. To prevent that, please [edit] the question. This will help you recognize and resolve the issues. Concretely: please provide context, and include your work and thoughts on the problem. These changes can help in formulating more appropriate answers. – José Carlos Santos Feb 04 '24 at 12:32
  • 1
    This is sequence A000085 in the OEIS. Looking at the formula section I doubt there is a nice closed form – Luca Armstrong Feb 04 '24 at 12:51
  • $$ a_n = n!\sum\limits_{k = 0}^{\left\lfloor {n/2} \right\rfloor } {\frac{{2^{ - k} }}{{k!(n - 2k)!}}} $$ – Gary Feb 05 '24 at 12:35

0 Answers0