Alex Herbert created NUMBERS-191:
------------------------------------
Summary: Stirling number of the first kind
Key: NUMBERS-191
URL: https://issues.apache.org/jira/browse/NUMBERS-191
Project: Commons Numbers
Issue Type: New Feature
Components: combinatorics
Affects Versions: 1.1
Reporter: Alex Herbert
Assignee: Alex Herbert
Fix For: 1.2
Add computation of the [Stirling number of the first
kind|https://mathworld.wolfram.com/StirlingNumberoftheFirstKind.html]: s(n, k).
This can be performed using the recurrence relation:
{noformat}
s(n + 1, k) = s(n, k - 1) - n * s(n, k)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)