I encountered several polynomials as below:
$$f(x)=7 + 91 x - 385 x^2 + 1659 x^3 - 1379 x^4 + 553 x^5 - 35 x^6 + x^7$$ $$g(x)=33 + 110 x + 495 x^2 - 252 x^3 + 335 x^4 - 18 x^5 + x^6$$ $$h(x)=71 + 237 x + 126 x^2 + 210 x^3 - 5 x^4 + x^5$$
When I plot them from $x=0$ to $x=10$, they seemed to be positive, i.e., they do not have positive roots.
For these numerical samples, one could use Sturm sequence to determine the number of positive roots in the interval $(0,\infty)$. But we hesitate to use it because for arbitrary real coefficients $a_k$, we will encounter divisions.
Question: for a polynomial with real coefficients like $p_n(x)=\sum_{k=0}^{n}a_k x^k$, are there any simple and sufficient conditions like $$ c_k a_{k-1}a_{k+1}<a_k^2<b_k a_{k-1}a_{k+1},$$ where $b_k, c_k$ are know functions of $k$, such that $p_n(x)$ does not have any positive roots?