If I have $$ n < \cfrac{n^2(s-2)-n(s-4)}{2}$$ can I make it so that one side becomes completely known when I give a value to $s$, for example(obv. not true) $$123n^2+456n+789<987s+654$$ So that I can get a maximum value for $n$
Also $n,s$ are positive integers
$$n < \frac{n^2(s-2)-n(s-4)}{2}\Rightarrow (s-2)n^2-(s-2)n>0\Rightarrow n(s-2)(n-1)>0$$ Because $n>0$, $$(s-2)(n-1)>0\Rightarrow s>2,n>1$$
So by fixing $s$ there is no maximum value for $n$.