Skip to main content

Formulas

  • General formula: !n=(n-1)[!(n-1)+!(n-2)]
  • !0=1
  • !1=0


Popular posts from this blog

Sum-thing else

In addition to the recursion formulas shown, a subfactorial  can be developed using a summation. As an example, we'll develop the result for !4 , which we have addressed in an earlier post. ...which is the same answer we developed using the recursion  approach.