I want to find a function that satisfies the following functional equation: $F(z+1)=1/z+F(z)$
This is a generalization of harmonic series 1 + 1/2 + 1/3 + 1/4 + ..., and is similar to the gamma function which satisfies the relation $F(z+1)=zF(z)$.
I searched the internet. However, I didn't find such a function. Could anyone tell me something about this function?


In Mathematica, such a recursion may be solved with
where I assumed an initial condition of $f[1]=1$. The solution returned is