0

At the back of the book which contains this problem, a hint is given to consider $$S_n\cdot2^{k-1}\cdot3\cdot5\cdot9\cdot\ldots$$ where $2^k \le n < 2^{k+1}$.

I don't know how this helps? I know that every positive integer can be written as a sum of powers of 2, but not sure if this is relevant.

MJD
  • 65,394
  • 39
  • 298
  • 580
  • An answer here : http://math.stackexchange.com/questions/2746/is-there-an-elementary-proof-that-sum-limits-k-1n-frac1k-is-never-an-int –  Mar 19 '14 at 18:27
  • I suspect the hint meant to have a $7$ instead of that $9$, i.e., multiply $S_n$ by a power of $2$ (that turns out to leave a single $2$ in the denominator of the product) and all odd numbers up to $n$. – Barry Cipra Mar 19 '14 at 18:49

1 Answers1

0

Use Betrand-Chebyshev theorem : If p is the largest prime number less than or equal

to n, then p > n/2. Use this to show that p divides n! and p divides n!/k for any k not equal

to p and less or equal to n, the denominator is: n!, and the numerator is:

n!/2 + n!/3 + ... + n!/p + ... + n!/n. The numerator is not divisible by p but the

denominator is. So the number is not an integer.

DeepSea
  • 77,651