Question
If $a,b,c\ge 0:a+b+c>0$ and non-negative constant $k$ then prove$$\frac{a}{(2k^2-3k+2)a+k^2b+c}+\frac{b}{(2k^2-3k+2)b+k^2c+a}+\frac{c}{(2k^2-3k+2)c+k^2a+b}\le \frac{1}{k^2-k+1}$$ Equality cases: $(1,1,1);(k,1,0)$ and cyclic permutations.
It is true after verifying by Mathematica. I am waiting nice proofs.
For each $k$ we obtain nice consequenced problems.
$k=0$ is a special case $$\frac{a}{2a+c}+\frac{b}{2b+a}+\frac{c}{2c+b} \le 1$$which is easy by C-S. Equality occurs at $a=b=c>0.$
$k= 1:$ we get an equality.
$k=2$ is also an old problem $$\frac{a}{4a+4b+c}+\frac{b}{4b+4c+a}+\frac{c}{4c+4a+b}\le \frac{1}{3}$$ Equality occurs at $(t,t,t);(2t,t,0),t>0$ and cyclic permutations.
$k=3$ is asked here $$\frac{a}{11a+9b+c}+\frac{b}{11b+9c+a}+\frac{c}{11c+9a+b}\le \frac{1}{7}$$Equality occurs at $(t,t,t);(3t,t,0),t>0$ and cyclic permutations.
All idea is welcome. Thanks.
Short proof with a computer :
Setting $k=C\leq 1$ as particular value then :
$$p(a,b,c)=\frac{a}{(2k^2-3k+2)a+k^2b+c}+\frac{b}{(2k^2-3k+2)b+k^2c+a}+\frac{c}{(2k^2-3k+2)c+k^2a+b}-\frac{1}{k^2-k+1}$$
Then :
$$p(ka+b+c,b+c,b)\leq 0$$
Because all the coefficient are negatives .
Example :
$k=0.6$ :
$$-100(3249ba^{2}+5415bac+9025bc^{2}+1215a^{3}+9270a^{2}c+10740ac^{2}+3400c^{3})/(\operatorname{positivedenominator)}\leq 0$$
We can do the same with $p(ka+b+c,b,b+c),k\geq 1$ and $p(ka+b+c,a+b+c,c),k\in[0,\infty]$
We are done