Let $a,b,c$ are all integers greater than $1$.
Assume $\gcd(a,c)=1$, $\gcd(b,c)=1$ and $\gcd(b, c)=1$.
I am looking for $s$ which makes $\gcd(a+b, sc)=1$?
In general , $\gcd(a,c)=1$, $\gcd(b,c)=1$ doesn't imply $\gcd(a+b,c)=1$. For example, take $a=3, b=4, c=7$, then $\gcd(a,c)1,~\gcd(b,c)=1$ but $a+b=7=c$.
Therefore, $\gcd(a+b,sc)=1$ is also not true in general, for any integer $c$.
However, if I choose especial forms like $a=\frac{p^k+1}{2}, ~b=\frac{p^l+1}{2}, ~c=\frac{p^m-1}{2}$ and $m$ is odd and $p$ is prime number, $k,l$ are positive integers, then it can be checked that $\gcd(a,c)=1=\gcd(b,c)$. In that case if $s=p^m$, I have checked for $(k,l,m)=(2,3,5)$ or $(3,4,7)$ $$\gcd(a+b,sc)=1.$$
I am looking for all such choices of $a,b,c,s$ such that $\gcd(a+b,sc)=1$.
Comment: This is some edit of the previous version of the question, where I didn't mention such examples and that is why some people in the comment section downvoted this as invalid question. But I believe it is eligible to be fitted here.