Let $a,b,c \in \mathbb N$ find integer in the form: $$I=\frac{a}{b+c} + \frac{b}{c+a} + \frac{c} {a+b}$$
Using Nesbitt's inequality: $I \ge \frac 32$
I am trying to prove $I \le 2$ to implies there $\nexists \ a,b,c$ such that $I\in \mathbb Z$: $$I\le 2 \\ \iff c{a}^{2}+3\,acb+{a}^{3}+{a}^{2}b+a{b}^{2}+{b}^{3}+c{b}^{2}+{c}^{2}b+{c }^{3}+{c}^{2}a-2\, \left( b+c \right) \left( c+a \right) \left( a+b \right) \le 0 \\ \iff {a}^{3}+{b}^{3}+{c}^{3}\leq c{a}^{2}+{a}^{2}b+a{b}^{2}+c{b}^{2}+{c}^{2 }a+{c}^{2}b+abc $$ and stuck.
EDIT: Look like prove $I \le 2$ not a good thinking :P
I find a solution to $n=4,$when
This may be not the smallest solution to $n=4$,but I think the smallest one is also very huge.
I'd like to tell something about how I get this answer.
I estimate that there will be a solution to $n=4,$(I also tried $n=3$,but failed.)
Let $a,b,c$ be rational numbers,and $a+b+c=1,a,b,c>0,$we get $$\frac{a}{1-a}+\frac{b}{1-b}+\frac{1-a-b}{a+b}=4.\tag{eq.1}$$ denote $\dfrac{a}{1-a}=s,\dfrac{b}{1-b}=t,$then $a=\dfrac{s}{1+s},b=\dfrac{t}{1+t},$ $eq.1$ is equivalent to $$s+t+\dfrac{1-st}{s+t+2st}=4,\tag{eq.2}$$ denote $s=x+y,t=x-y,$then$$\frac{4 x^3+3 x^2-4 x y^2+y^2+1}{2 \left(x^2+x-y^2\right)}=4$$ $$y^2=\frac{4 x^3-5 x^2-8 x+1}{4 x-9}$$ denote $x=\dfrac{9k+1}{4k},$then $$y^2=\frac{(13 k+1) \left(4 k^2+9 k+1\right)}{16 k^2}$$ denote $r=4ky,$then $$r^2=(13 k+1) \left(4 k^2+9 k+1\right)=1 + 22 k + 121 k^2 + 52 k^3$$ denote $X=52k,Y=52r,$then $$Y^2 = X^3 + 121 X^2 + 1144 X + 2704.\tag{eq.3}$$ So we just need to find a rational solution of $eq.3$ which makes $a,b,c>0.$
I find two basic solutions of $eq.3,(X,Y)=(-104,260)(52,728),$we denote $p=(-104,260),q=(52,728),$
At first,I find that $6q=O,$when I calculate $p,2p,3p,4p,\cdots$ ,I find that $21p$ makes $-52<X<-33.8564,$in fact,$X\approx -36.8062,$this is what we need,because when $-52<X<-33.8564,a,b,c$ will all be positive(it need some calculation).
Finally,we can get $a,b,c>0$ from $X,Y,$ and then multiply by the LCM of the denominators of $a,b,c,$ we are done.
You can see that I only use $p,$ but no $q$ or other points on $eq.3,$so I have to plus $21$ times by $p$,which makes the digits so huge.