Uploaded image for project: 'Commons Numbers'
  1. Commons Numbers
  2. NUMBERS-191

Stirling number of the first kind

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Implemented
    • 1.1
    • 1.2
    • combinatorics
    • None
    • Easy

    Description

      Add computation of the Stirling number of the first kind: s(n, k).

      This can be performed using the recurrence relation:

      s(n + 1, k) = s(n, k - 1) - n * s(n, k)
      

      Attachments

        Issue Links

          Activity

            People

              aherbert Alex Herbert
              aherbert Alex Herbert
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: