The function $\psi_k(n)$ satisfies the recurrence relation: $$\sum_{j=0}^k\binom{k}{j}(-1)^j\psi_j(n)\ln(n)^{k-j}=\psi_k(n)$$ Using this, is there a general way I can re-write
the function $ \psi_k(n)$, when $k$ is odd, in terms of other $\psi_i(n)'s$ where $i$ is even?
The first few odd ones I solved for, in terms of there even counter parts are:
$\psi_1(n)=\frac{1}{2}\psi_0(n)\ln(n)$
$\psi_3(n)=\frac{3}{2}\psi_2(n)\ln(n)-\frac{1}{4}\psi_0(n)\ln(n)^3$
$\psi_5(n)=\frac{5}{2}\psi_4(n)\ln(n)-\frac{5}{2}\psi_2(n)\ln(n)^3+\frac{1}{2}\psi_0(n)\ln(n)^5$
I know in practice this can be done for all of them, but its very tedious to solve for them, so is there a general way I can re-write the functions of odd subscript in terms of other functions of even subscribt?
I would appreciate any help