Let $X_1, X_2, \ldots, X_n$ be i.i.d. Bernoulli random variables with $P(X_i = 1) = p$ for every $i \in \{1, \ldots, n\}$. Let $Y = \sum_{i=1}^n X_i$ and let $c$ be a positive number.
I am interested in computing $\mathbb{E}\left[\frac{1}{c + Y}\right]$. I know that the expected value can be lower-bounded using Jensen's inequality: $\mathbb{E}\left[\frac{1}{c + Y}\right] \geq \frac{1}{\mathbb{E}\left[c + Y\right]} = \frac{1}{c + pn}$.
But is it possible to compute $\mathbb{E}\left[\frac{1}{c + Y}\right]$ exactly?
This answer seems to be very relevant, but I am not sure I understand how to correctly extend it to the above case. I would be grateful for any hints.