I have been trying to find a general representation of the following finite sum.
$$ S(n,a) = -\sum^{n}_{k=1} \binom{n}{k} \frac{(-1)^k}{k^a} $$
The sum seems to be related to Generalized Harmonic Numbers, as I've been able to work out the first few integer values of $a$ as the following.
$$ S(n,1) = H_{n} \ , \ S(n,2) = \frac{(H_{n})^{2} + H_{n}^{(2)}}{2} \ , \ S(n,3) = \frac{(H_{n})^3}{6} + \frac{H_{n}^{(2)}H_{n}}{2} + \frac{H_{n}^{(3)}}{3} $$
Where $ H_{n}^{(m)}$ is the n-th m-th order generalized harmonic number. It also sees to be closely related to the Stirling numbers of the second kind because if you take $a$ to be negative you get something very close to the explicit definition of the stirling numbers. I have looked online to see if there is any identities related to these special numbers and function that involve a sum like this but I haven't been able to find anything. If you have any insight please let me know.
Recall the complete symmetric function in $n$ variables: $$ h_{n,k}:=h_{n,k}(x_1,\dots,x_n)=\sum_{1\le i_1\le \dots \le i_k \le n} x_{i_1}x_{i_2}\cdots x_{i_k} $$ Note that this satisfies the recurrence $$ \begin{align} h_{n,k}&=h_{n-1,k}+x_n\cdot h_{n,k-1}\tag1 \\ h_{n,0}&=1 \quad (n>0) \\ h_{0,k}&=0 \quad (k>0) \end{align} $$ The recurrence in $(1)$ uniquely defines the bivariate sequence $h_{n,k}$.
Proof: To prove this, note that $$ \begin{align} S(n,a) &= \sum_{i=1}^n(-1)^{i-1}\binom {n-1}{i}i^{-a}&+&&&\sum_{i=1}^{n}(-1)^{i-1}\binom{n-1}{i-1}i^{-a} \\ &= S(n-1,a)&+&&&\frac1n\sum_{i=1}^n(-1)^{i-1}\binom {n-1}{i-1}\cdot \frac{n}{i}\cdot i^{-(a-1)} \\ &= S(n-1,a)&+&&&\frac1n\sum_{i=1}^n(-1)^{i-1}\binom {n}{i}\cdot i^{-(a-1)} \\ &=S(n-1,a)&+&&&\tfrac 1nS(n, a-1) \end{align} $$ Therefore, letting $x_n=\frac1n$ for each $n\ge 1$, we see $S(n,a)$ satisfies the exact same recurrence and base cases as $(1)$. This gives a proof that $S(n,a)=h_{n,a}(1^{-1},2^{-2},\dots,n^{-1})$ by induction on $n+a$. $\tag*{$\square$}$
Using Wikipedia, we can express the homogenous symmetric polynomials in terms of the power sum polynomials $p_{n,k}$, which evaluated at $1,\frac12,\dots,\frac1n$ is just the generalized Harmonic numbers, $H_{n,k}$. $$ S(n,a)=h_{n,a}= \sum_{\lambda |- a} P(\text{random $\pi\in S_a$ has cycle type $\lambda$}) \prod_{i=1}^{\text{len}(\lambda)}H_{n, \lambda_i} $$ For example, $$ \begin{align} S(n,4)&=\frac1{4!}\big(\quad 1\cdot (H_{n,1})^4 && \text{1 permutation with cycle type $(1,1,1,1)$} \\ &\hspace{1.3cm} + 6\cdot (H_{n,1})^2\cdot H_{n,2} && \text{6 permutations with cycle type $(2,1,1)$} \\ &\hspace{1.3cm} + 3\cdot (H_{n,2})^2 && \text{3 permutations with cycle type $(2,2)$} \\ &\hspace{1.3cm} + 8\cdot H_{n,1}\cdot H_{n,3} && \text{8 permutations with cycle type $(3,1)$} \\ &\hspace{1.3cm} + 6\cdot H_{n,4}\big) && \text{6 permutations with cycle type $(4)$} \end{align} $$ As $n\to\infty$, the dominant term is always the identity permutation, so we get $S(n,a)\sim \frac{(\log n)^a}{a!}$ as $n\to\infty$.