I would like to find an expression where one adds to $\gamma$ smaller and smaller fractions of $1/\gamma$, like:
$p=\gamma+1/\gamma+1/\gamma^3+1/\gamma^5+...+/\gamma^n$
where n is always odd. I tried
$\gamma+\sum_{i=1+2n}^n\gamma^{-n}$
But in Mathematica online it does not give the right number. What is the correct way here?
Thank you