Let $$X(n)=\frac{2^n-1}n;n\in\Bbb N; n>1$$ Prove that $X(n)\notin\Bbb N$.
My try: check this for $n=2$. Then $$X(n+1)=\frac{2^n-1}{n+1}+\frac{2^n}{n+1}$$
So if $n+1$ is odd then $\frac{2^n}{n+1}$ can't be integer, if $n+1$ is even $\frac{2^n-1}{n+1}$ can't be integer.
And then I thought proof is over, however, I realized – this doesn't cover cases where sum of remainders of both fractions is equal to 1.