0

For all natural number $n$, $$ \frac{1}{3} + \frac{1}{5}+...+\frac{1}{2n+1}$$ is never an integer.

I know that $\sum_{k=1}^{n}\frac{1}{k}$ is never an integer, but I'm not sure how to restrict that to only odd denominators.

wtnmath
  • 434

1 Answers1

1

Given $n$, let $m$ be the positive integer such that $3^m \leqslant 2n+1 < 3^{m+1}$. Then in

$$\sum_{k = 1}^{n} \frac{1}{2k+1}$$

there is only one term whose denominator is divisible by $3^m$, namely $\frac{1}{3^m}$ (since $2\cdot 3^m$ is even, and $r\cdot 3^m > 2n+1$ for $r \geqslant 3$). Thus if

$$\Biggl(\sum_{k = 1}^n \frac{1}{2k+1}\Biggr) - \frac{1}{3^m} = \frac{a}{b}$$

with $a$ and $b$ coprime positive integers (or $a = 0$ in the case $n = 1$), then $3^m$ does not divide $b$. Write $b = 3^s\cdot c$ with $c$ not divisible by $3$. Then

$$\sum_{k = 1}^{n} \frac{1}{2k+1} = \frac{a}{3^s\cdot c} + \frac{1}{3^m} = \frac{3^{m-s}\cdot a + c}{3^m\cdot c},$$

and since $m > s$ the numerator is not divisble by $3$, so the fraction is not an integer.

Daniel Fischer
  • 206,697