I warn to proove this recursion formula for stirling numbers of the first kind:
$s_{n+1,k+1} = \sum_{i=k}^{n} \binom{i}{k} s_{n,i}$
But I lack a usable idea. Perhaps someone could inspire me?
Kind regards Aufwind
PS: I am sorry for the latex mess, but I can't find the error. Update: Ah I got it!! Latex should not be indented like usual code. I thought this has to work like in stackoverlfow, but I was wrong. =)

