In mathematics, especially in combinatorics, Stirling numbers of the first kind arise in the study of permutations. In particular, the unsigned Stirling numbers of the first kind count permutations according to their number of cycles (counting fixed points as cycles of length one).
The Stirling numbers of the first and second kind can be understood as inverses of one another when viewed as triangular matrices. This article is devoted to specifics of Stirling numbers of the first kind. Identities linking the two kinds appear in the article on Stirling numbers.
Definitions
Definition by algebra
The Stirling numbers of the first kind are the coefficients <math>s(n,k)</math> in the expansion of the falling factorial
:<math>(x)_n = x(x-1)(x-2)\cdots(x-n+1)</math>
into powers of the variable <math>x</math>:
:<math>(x)_n = \sum_{k=0}^n s(n,k) x^k,</math>
For example, <math>(x)_3 = x(x-1)(x - 2) = x^3 - 3x^2 + 2x</math>, leading to the values <math>s(3, 3) = 1</math>, <math>s(3, 2) = -3</math>, and <math>s(3, 1) = 2</math>.
The unsigned Stirling numbers may also be defined algebraically as the coefficients of the rising factorial:
:<math> x^{\overline{n = x(x+1)\cdots(x+n-1)=\sum_{k=0}^n \left[{n\atop k}\right] x^k</math>.
The notations used on this page for Stirling numbers are not universal, and may conflict with notations in other sources; the square bracket notation <math>\left[{n\atop k}\right]</math> is also common notation for the Gaussian coefficients.
Definition by permutation
Subsequently, it was discovered that the absolute values <math>|s(n,k)|</math> of these numbers are equal to the number of permutations of certain kinds. These absolute values, which are known as unsigned Stirling numbers of the first kind, are often denoted <math>c(n,k)</math> or <math>\left[{n\atop k}\right]</math>. They may be defined directly to be the number of permutations of <math>n</math> elements with <math>k</math> disjoint cycles.
Signs
The signs of the signed Stirling numbers of the first kind depend only on the parity of .
:<math>s(n,k) = (-1)^{n-k} \left[{n \atop k}\right] .</math>
Recurrence relation
The unsigned Stirling numbers of the first kind follow the recurrence relation<math display="block"> \left[{n+1\atop k}\right] = n \left[{n\atop k}\right] + \left[{n\atop k-1}\right]</math>for <math>k > 0</math>, with the boundary conditions<math display="block">\left[{0\atop 0}\right] = 1 \quad\mbox{and}\quad \left[{n\atop 0}\right]=\left[{0\atop n}\right]=0</math>
for <math>n>0</math>.
Note that all the combinatorial proofs above use either binomials or multinomials of <math>n</math>.
Therefore if <math>p</math> is prime, then:
<math>p\ |\left[{p\atop k}\right]</math> for <math>1<k<p</math>.
Expansions for fixed k
Since the Stirling numbers are the coefficients of a polynomial with roots 0, 1, ..., , one has by Vieta's formulas that
<math display="block"> \left[ \begin{matrix} n \\ n - k \end{matrix} \right] = \sum_{0 \leq i_1 < \ldots < i_k < n} i_1 i_2 \cdots i_k.</math>
In other words, the Stirling numbers of the first kind are given by elementary symmetric polynomials evaluated at 0, 1, ..., . In this form, the simple identities given above take the form
<math display="block">
\left[ \begin{matrix} n \\ n - 1 \end{matrix} \right] = \sum_{i = 0}^{n - 1} i = \binom{n}{2},
</math><math display="block">
\left[ \begin{matrix} n \\ n - 2 \end{matrix} \right] = \sum_{i = 0}^{n - 1}\sum_{j = 0}^{i - 1} ij = \frac{3n - 1}{4} \binom{n}{3},
</math><math display="block">
\left[ \begin{matrix} n \\ n - 3 \end{matrix} \right] = \sum_{i = 0}^{n - 1}\sum_{j = 0}^{i - 1}\sum_{k = 0}^{j - 1} ijk = \binom{n}{2} \binom{n}{4},
</math>
and so on.
One may produce alternative forms for the Stirling numbers of the first kind with a similar approach preceded by some algebraic manipulation: since
<math display=block>(x+1)(x+2) \cdots (x+n-1)
= (n-1)! \cdot (x+1) \left(\frac{x}{2}+1\right) \cdots \left(\frac{x}{n-1}+1\right), </math>
it follows from Newton's formulas that one can expand the Stirling numbers of the first kind in terms of generalized harmonic numbers. This yields identities like
<math display=block>\begin{align}
\left[{n\atop 2}\right] &= (n-1)!\; H_{n-1}\\
\left[{n\atop 3}\right] &= \frac{(n-1)!}{2} \left( H_{n-1}^2 - H_{n-1,2} \right)\\
\left[{n\atop 4}\right] &= \frac{(n-1)!}{6} \left(H_{n-1}\left( H_{n-1}^2 - 3H_{n-1,2} \right) +2H_{n-1,3} \right)\\
\end{align}</math>
where H<sub>n</sub> is the harmonic number <math> H_n = \frac{1}{1} + \frac{1}{2} + \ldots + \frac{1}{n}</math> and H<sub>n,m</sub> = H<sub>n</sub><sup>(m)</sup> is the generalized harmonic number
<math display="block"> H_n^{(m)} = H_{n,m} = \frac{1}{1^m} + \frac{1}{2^m} + \ldots + \frac{1}{n^m}.</math>
These relations can be generalized to give
<math display=block>\frac{1}{(n-1)!} \left[\begin{matrix} n \\ k+1 \end{matrix} \right] = \sum_{i_1=1}^{n-1} \sum_{i_2=i_1+1}^{n-1} \cdots \sum_{i_k=i_{k-1}+1}^{n-1} \frac{1}{i_1 i_2 \cdots i_k} = \frac{w(n, k)}{k!} </math>
where w(n, m) is defined recursively in terms of the generalized harmonic numbers by
<math display=block>w(n, m) = \delta_{m, 0} + \sum_{k=0}^{m-1} (1-m)_k H_{n-1}^{(k+1)} w(n, m-1-k).</math>
(Here δ is the Kronecker delta function and <math>(m)_k</math> is the Pochhammer symbol.)
For fixed <math>n \geq 0</math> these weighted harmonic number expansions are generated by the generating function
<math display=block>\frac{1}{n!} \left[\begin{matrix} n+1 \\ k \end{matrix} \right] = [x^k]\exp\left(\sum_{m \geq 1} \frac{(-1)^{m-1} H_n^{(m){m} x^m\right), </math>
where the notation <math>[x^k]</math> means extraction of the coefficient of <math>x^k</math> from the following formal power series (see the non-exponential Bell polynomials and section 3 of ).
More generally, sums related to these weighted harmonic number expansions of the Stirling numbers of the first kind can be defined through generalized zeta series transforms of generating functions.
One can also "invert" the relations for these Stirling numbers given in terms of the <math>k</math>-order harmonic numbers to write the integer-order generalized harmonic numbers in terms of weighted sums of terms involving the Stirling numbers of the first kind. For example, when <math>k = 2, 3</math> the second-order and third-order harmonic numbers are given by
<math display=block>(n!)^2 \cdot H_n^{(2)} = \left[ \begin{matrix} n+1 \\ 2 \end{matrix} \right]^2 - 2 \left[ \begin{matrix} n+1 \\ 1 \end{matrix} \right] \left[ \begin{matrix} n+1 \\ 3 \end{matrix} \right]</math>
<math display=block>(n!)^3 \cdot H_n^{(3)} = \left[ \begin{matrix} n+1 \\ 2 \end{matrix} \right]^3 - 3 \left[ \begin{matrix} n+1 \\ 1 \end{matrix} \right] \left[ \begin{matrix} n+1 \\ 2 \end{matrix} \right] \left[ \begin{matrix} n+1 \\ 3 \end{matrix} \right] + 3 \left[ \begin{matrix} n+1 \\ 1 \end{matrix} \right]^2 \left[ \begin{matrix} n+1 \\ 4 \end{matrix} \right].</math>
More generally, one can invert the Bell polynomial generating function for the Stirling numbers expanded in terms of the <math>m</math>-order harmonic numbers to obtain that for integers <math>m \geq 2</math>
<math display=block>H_n^{(m)} = -m \times [x^m]\log\left(1+\sum_{k \geq 1} \left[ \begin{matrix} n+1 \\ k+1 \end{matrix} \right] \frac{(-x)^k}{n!}\right). </math>
Finite sums
Since permutations are partitioned by number of cycles, one has
:<math>\sum_{k=0}^n \left[{n\atop k}\right] = n!</math>
The identities
:<math>\sum_{k=0}^n \left[{n\atop k}\right]u^k = n!\binom{n+u-1}{u-1},\,u>0</math>
and
:<math>\sum_{j=k}^{n} {\left[{n\atop j}\right]\binom{j}{k = \left[{n+1\atop k+1}\right]</math>
can be proved by the techniques at
Stirling numbers and exponential generating functions#Stirling numbers of the first kind and Binomial coefficient#Ordinary generating functions.
The table in section 6.1 of Concrete Mathematics provides a plethora of generalized forms of finite sums involving the Stirling numbers. Several particular finite sums relevant to this article include
:<math>
\begin{align}
\left[{n \atop m} \right] & = \sum_{k=m}^n \left[{n+1 \atop k+1 } \right] \binom{k}{m} (-1)^{m-k} \\
\left[{n+1 \atop m+1 } \right] &= \sum_{k=m}^n \left[{k \atop m } \right] \frac{n!}{k!} \\
\left[{m+n+1 \atop m } \right] & = \sum_{k=0}^m (n+k) \left[{n+k \atop k}\right] \\
\left[{n \atop l+m } \right] \binom{l+m}{l} & = \sum_k \left[{k \atop l} \right] \left[{n-k \atop m } \right] \binom{n}{k}.
\end{align}
</math>
Additionally, if we define the second-order Eulerian numbers by the triangular recurrence relation
:<math>\left\langle \!\! \left\langle {n \atop k} \right\rangle \!\! \right\rangle = (k+1) \left\langle \!\! \left\langle {n-1 \atop k} \right\rangle \!\! \right\rangle + (2n-1-k) \left\langle \!\! \left\langle {n-1 \atop k-1} \right\rangle \!\! \right\rangle, </math>
we arrive at the following identity related to the form of the Stirling convolution polynomials which can be employed to generalize both Stirling number triangles to arbitrary real, or complex-valued, values of the input <math>x</math>:
:<math>\left[{x \atop x-n}\right] = \sum_{k=0}^n \left\langle \!\! \left\langle {n \atop k} \right\rangle \!\! \right\rangle \binom{x+k}{2n}. </math>
Particular expansions of the previous identity lead to the following identities expanding the Stirling numbers of the first kind for the first few small values of <math>n := 1, 2, 3</math>:
:<math>
\begin{align}
\left[\begin{matrix} x \\ x-1 \end{matrix} \right] & = \binom{x}{2} \\
\left[\begin{matrix} x \\ x-2 \end{matrix} \right] & = \binom{x}{4} + 2 \binom{x+1}{4} \\
\left[\begin{matrix} x \\ x-3 \end{matrix} \right] & = \binom{x}{6} + 8 \binom{x+1}{6} + 6 \binom{x+2}{6}.
\end{align}
</math>
Software tools for working with finite sums involving Stirling numbers and Eulerian numbers are provided by the RISC Stirling.m package utilities in Mathematica. Other software packages for guessing formulas for sequences (and polynomial sequence sums) involving Stirling numbers and other special triangles is available for both Mathematica and Sage here and here, respectively.
Congruences
The following congruence identity may be proved via a generating function-based approach:
:<math>
\begin{align}
\left[\begin{matrix} n \\ m \end{matrix} \right] & \equiv
\binom{\lfloor n/2 \rfloor}{m - \lceil n/2 \rceil} =
[x^m] \left(
x^{\lceil n/2 \rceil} (x+1)^{\lfloor n/2 \rfloor}
\right) && \pmod{2},
\end{align}
</math>
More recent results providing Jacobi-type J-fractions that generate the single factorial function and generalized factorial-related products lead to other new congruence results for the Stirling numbers of the first kind.
For example, working modulo <math>2</math> we can prove that
:<math>
\begin{align}
\left[\begin{matrix} n \\ 1 \end{matrix} \right] & \equiv
\frac{2^{n{4} [n \geq 2] + [n = 1] && \pmod{2} \\
\left[\begin{matrix} n \\ 2 \end{matrix} \right] & \equiv
\frac{3 \cdot 2^{n{16} (n-1) [n \geq 3] +
[n = 2] && \pmod{2} \\
\left[\begin{matrix} n \\ 3 \end{matrix} \right] & \equiv
2^{n-7} (9n-20) (n-1) [n \geq 4] +
[n = 3] && \pmod{2} \\
\left[\begin{matrix} n \\ 4 \end{matrix} \right] & \equiv
2^{n-9} (3n-10) (3n-7) (n-1) [n \geq 5] +
[n = 4] && \pmod{2}
\end{align}
</math>
Where <math>[b]</math> is the Iverson bracket.
and working modulo <math>3</math> we can similarly prove that
:<math>
\begin{align}
\left[\begin{matrix} n \\ m \end{matrix} \right] & \equiv [x^m] (x^{\lceil n/3 \rceil} (x+1)^{\lceil (n-1)/3 \rceil} (x+2)^{\lfloor n/3 \rfloor} && \pmod{3} \\
& \equiv \sum_{k=0}^m \binom{\lceil (n-1)/3 \rceil}{k} \binom{\lfloor n/3 \rfloor}{m-k-\lfloor n/3 \rfloor} 2^{\lceil n/3 \rceil + \lfloor n/3 \rfloor - m + k} && \pmod{3}
\end{align}
</math>
More generally, for fixed integers <math>h \geq 3</math> if we define the ordered roots
:<math>\left(\omega_{h,i}\right)_{i=1}^{h-1} :=
\left\{ \omega_j :
\sum_{i=0}^{h-1} \binom{h-1}{i} \frac{h!}{(i+1)!} (-\omega_j)^{i} = 0,\
1 \leq j < h \right\},
</math>
then we may expand congruences for these Stirling numbers defined as the coefficients
:<math>\left[\begin{matrix} n \\ m \end{matrix} \right] = [R^m] R(R+1) \cdots (R+n-1), </math>
in the following form where the functions, <math>p_{h,i}^{[m]}(n)</math>, denote fixed
polynomials of degree <math>m</math> in <math>n</math> for each <math>h</math>, <math>m</math>, and <math>i</math>:
:<math>\left[\begin{matrix} n \\ m \end{matrix} \right] =
\left(\sum_{i=0}^{h-1} p_{h,i}^{[m]}(n) \times \omega_{h,i}^{n}
\right) [n > m] + [n = m] \qquad \pmod{h},
</math>
Section 6.2 of the reference cited above provides more explicit expansions related to these congruences for the <math>r</math>-order harmonic numbers and for the generalized factorial products, <math>p_n(\alpha, R) := R(R+\alpha)\cdots(R+(n-1)\alpha)</math>.
Generating functions
A variety of identities may be derived by manipulating the generating function (see change of basis):
:<math>H(z,u)= (1+z)^u = \sum_{n=0}^\infty {u \choose n} z^n = \sum_{n=0}^\infty \frac{z^n}{n!} \sum_{k=0}^n s(n,k) u^k
= \sum_{k=0}^\infty u^k \sum_{n=k}^\infty \frac {z^n}{n!} s(n,k).</math>
Using the equality
:<math>(1+z)^u = e^{u\log(1+z)} = \sum_{k = 0}^\infty (\log(1 + z))^k \frac{u^k}{k!},</math>
it follows that
:<math>\sum_{n=k}^\infty s(n,k) \frac{z^n}{n!} = \frac{(\log (1+z))^k}{k!}</math>
and
:<math>\sum_{n=k}^\infty \left[ {n \atop k} \right] \frac{z^n}{n!} = \frac{(-\log(1-z))^k}{k!}.</math>
:<math>\frac{\log^m (1+z)}{1+z}
= m!\sum_{k=0}^\infty \frac { s(k+1,m+1)\,z^k}{k!} ,\qquad m=1,2,3,\ldots\quad |z|<1</math>
or
:<math>\sum_{n=i}^\infty \frac{\left[{n\atop i}\right]}{n \, (n!)} = \zeta(i+1),\qquad i=1,2,3,\ldots</math>
and
:<math>\sum_{n=i}^\infty \frac{\left[{n\atop i}\right]}{n \, (v)_n} = \zeta(i+1,v),\qquad i=1,2,3,\ldots\quad \Re(v)>0 </math>
where <math>\zeta(k)</math> and <math>\zeta(k,v)</math> are the Riemann zeta function and the Hurwitz zeta function respectively, and even evaluate this integral
:<math>\int_0^1 \frac{\log^z(1-x)}{x^k} \, dx = \frac{(-1)^z \Gamma(z+1)}{(k-1)!}\sum_{r=1}^{k-1} s(k-1,r)\sum_{m=0}^r \binom{r}{m}(k-2)^{r-m} \zeta(z+1-m) ,\qquad \Re(z) > k-1 ,\quad k=3,4,5,\ldots </math>
where <math>\Gamma(z)</math> is the gamma function. There also exist more complicated expressions for the zeta-functions involving the Stirling numbers. One, for example, has
:<math>\zeta(s,v) = \frac{k!}{(s-k)_k}\sum_{n=0}^\infty \frac{1}{(n+k)!}\left[{n+k \atop n}\right]\sum_{l=0}^{n+k-1}\!(-1)^l \binom{n+k-1}{l} (l+v)^{k-s},\quad k=1, 2, 3,\ldots</math>
This series generalizes Hasse's series for the Hurwitz zeta-function (we obtain Hasse's series by setting k=1).
Asymptotics
The next estimate given in terms of the Euler gamma constant applies:
:<math>\left[ \begin{matrix} n+1 \\ k+1 \end{matrix} \right] \underset{n \to \infty}{\sim} \frac{n!}{k!} \left(\gamma+\ln n\right)^k,\ \text{ uniformly for } k = o(\ln n). </math>
For fixed <math>n</math> we have the following estimate :
:<math>\left[ \begin{matrix} n+k \\ k \end{matrix} \right] \underset{k \to \infty}{\sim} \frac{k^{2n{2^n n!}. </math>
Explicit formula
No one-sum formula for Stirling numbers of the first kind is currently known. A two-sum formula can be obtained using one of the symmetric formulae for Stirling numbers in conjunction with the explicit formula for Stirling numbers of the second kind.
:<math> \left[{ n \atop k } \right] = \sum_{j=n}^{2n-k} \binom{j-1}{k-1} \binom{2n-k}{j} \sum_{m=0}^{j-n} \frac{(-1)^{m+n-k} m^{j-k{m! (j-n-m)!} </math>
As discussed earlier, by Vieta's formulas, one get<math display="block"> \left[ \begin{matrix} n \\ k \end{matrix} \right] = \sum_{0 \leq i_1 < \ldots < i_{n-k} < n} i_1 i_2 \cdots i_{n-k}.</math>The Stirling number s(n,n-p) can be found from the formula
:<math>
\begin{align}
s(n,n-p) &= \frac{1}{(n-p-1)!} \sum_{0 \leq k_1, \ldots , k_p : \sum_1^p mk_m = p} (-1)^K
\frac{(n+K-1)!}{k_1! k_2! \cdots k_p! ~ 2!^{k_1} 3!^{k_2} \cdots (p+1)!^{k_p ,
\end{align}
</math>
where <math>K =k_1 + \cdots + k_p.</math> The sum is a sum over all partitions of p.
Another exact nested sum expansion for these Stirling numbers is computed by elementary symmetric polynomials corresponding to the coefficients in <math>x</math> of a product of the form <math>(1+c_1 x) \cdots (1+c_{n-1}x)</math>. In particular, we see that
:<math>
\begin{align}
\left[ {n \atop k+1} \right] & = [x^k] (x+1)(x+2) \cdots (x+n-1)
= (n-1)! \cdot [x^k] (x+1) \left(\frac{x}{2}+1\right) \cdots \left(\frac{x}{n-1}+1\right) \\
& = \sum_{1 \leq i_1 < \cdots < i_k < n} \frac{(n-1)!}{i_1 \cdots i_k}.
\end{align}
</math>
Newton's identities combined with the above expansions may be used to give an alternate proof of the weighted expansions involving the generalized harmonic numbers already noted above.
Relations to natural logarithm function
The nth derivative of the μth power of the natural logarithm involves the signed Stirling numbers of the first kind:
<math>{\operatorname{d}^n\!(\ln x)^\mu\over\operatorname{d}\!x^n}=x^{-n}\sum_{k=1}^{n}\mu^{\underline{ks(n,n-k+1)(\ln x)^{\mu-k},</math>
where <math>\mu^\underline{i}</math> is the falling factorial, and <math>s(n,n-k+1)</math> is the signed Stirling number.
It can be proved by using mathematical induction.
Other formulas
Stirling numbers of the first kind appear in the formula for Gregory coefficients and in a finite sum identity involving Bell numbers
<math>n! G_n = \sum_{l=0}^n \frac{s(n,l)}{l+1}</math>
<math>\sum_{j=0}^n \binom{n}{j} B_j k^{n-j} = \sum_{i=0}^k \left[{k \atop i}\right] B_{n+i} (-1)^{k-i}</math>
Infinite series involving the finite sums with the Stirling numbers often lead to the special functions. For example
<math>
\ln\Gamma(z) = \left(z-\frac{1}{2}\right)\!\ln z -z +\frac{1}{2}\ln2\pi + \frac{1}{\pi}
\sum_{n=1}^\infty\frac{ 1}{n\cdot n!}\!\sum_{l=0}^{\lfloor n/2\rfloor}\!
\frac{(-1)^{l} (2l)!}{(2\pi z)^{2l+1 \left[{n\atop 2l+1}\right]
</math>
and
<math>
\Psi(z) = \ln z - \frac{1}{2z} - \frac{1}{\pi z}
\sum_{n=1}^\infty\frac{ 1}{n\cdot n!}\!\sum_{l=0}^{\lfloor n/2 \rfloor}\!
\frac{(-1)^{l}(2l+1)!}{(2\pi z)^{2l+1 \left[{n\atop 2l+1}\right]
</math>
or even
<math>
\gamma_m=\frac{1}{2}\delta_{m,0}+\frac{(-1)^m m!}{\pi} \!\sum_{n=1}^\infty\frac{1}{n\cdot n!} \!
\sum_{k=0}^{\lfloor n/2\rfloor}\frac{(-1)^{k{(2\pi)^{2k+1 \left[{2k+2\atop m+1}\right] \left[{n\atop 2k+1}\right] \,
</math>
where γ<sub>m</sub> are the Stieltjes constants and δ<sub>m,0</sub> represents the Kronecker delta function.
Notice that this last identity immediately implies relations between the polylogarithm functions, the Stirling number exponential generating functions given above, and the Stirling-number-based power series for the generalized Nielsen polylogarithm functions.
Generalizations
There are many notions of generalized Stirling numbers that may be defined (depending on application) in a number of differing combinatorial contexts. In so much as the Stirling numbers of the first kind correspond to the coefficients of the distinct polynomial expansions of the single factorial function, <math>n! = n (n-1) (n-2) \cdots 2 \cdot 1</math>, we may extend this notion to define triangular recurrence relations for more general classes of products.
In particular, for any fixed arithmetic function <math>f: \mathbb{N} \rightarrow \mathbb{C}</math> and symbolic parameters <math>x, t</math>, related generalized factorial products of the form
:<math>(x)_{n,f,t} := \prod_{k=1}^{n-1} \left(x+\frac{f(k)}{t^k}\right)</math>
may be studied from the point of view of the classes of generalized Stirling numbers of the first kind defined by the following coefficients of the powers of <math>x</math> in the expansions of <math>(x)_{n,f,t}</math> and then by the next corresponding triangular recurrence relation:
:<math>
\begin{align}
\left[\begin{matrix} n \\ k \end{matrix} \right]_{f,t} & = [x^{k-1}] (x)_{n,f,t} \\
& = f(n-1) t^{1-n} \left[\begin{matrix} n-1 \\ k \end{matrix} \right]_{f,t} + \left[\begin{matrix} n-1 \\ k-1 \end{matrix} \right]_{f,t} + \delta_{n,0} \delta_{k,0}.
\end{align}
</math>
These coefficients satisfy a number of analogous properties to those for the Stirling numbers of the first kind as well as recurrence relations and functional equations related to the f-harmonic numbers, <math>F_n^{(r)}(t) := \sum_{k \leq n} t^k / f(k)^r</math>.
One special case of these bracketed coefficients corresponding to <math>t \equiv 1</math> allows us to expand the multiple factorial, or multifactorial functions as polynomials in <math>n</math>.
The Stirling numbers of both kinds, the binomial coefficients, and the first and second-order Eulerian numbers are all defined by special cases of a triangular super-recurrence of the form
:<math>\left|\begin{matrix} n \\ k \end{matrix} \right| = (\alpha n + \beta k + \gamma) \left|\begin{matrix} n-1 \\ k \end{matrix} \right| + (\alpha^{\prime} n + \beta^{\prime} k + \gamma^{\prime}) \left|\begin{matrix} n-1 \\ k-1 \end{matrix} \right| + \delta_{n,0} \delta_{k,0}, </math>
for integers <math>n, k \geq 0</math> and where <math>\left|\begin{matrix} n \\ k \end{matrix} \right| \equiv 0</math> whenever <math>n < 0</math> or <math>k < 0</math>. In this sense, the form of the Stirling numbers of the first kind may also be generalized by this parameterized super-recurrence for fixed scalars <math>\alpha, \beta, \gamma, \alpha^{\prime}, \beta^{\prime}, \gamma^{\prime}</math> (not all zero).
See also
- Stirling numbers
- Stirling numbers of the second kind
- Stirling polynomials
- Random permutation statistics
References
- The Art of Computer Programming
- Concrete Mathematics
- .
pl:Liczby Stirlinga#Liczby Stirlinga I rodzaju
