I've been interested in proving a log-concavity result via proving that certain family of polynomials is real-rooted. By performing a sequence of transformations, I can reduce that problem to proving that the following very concrete family of polynomials are real-rooted.
$$p_n(t) = p_{n-1}(t) + \frac{t}{2} \cdot \sum_{j=2}^{n-2} \binom{n}{j}\, p_j(t)\, p_{n-j}(t).$$
With initial conditions $p_1(t)=p_2(t) = 1$. The first few values are:
$p_3(t) = 1$, $p_4(t) = 3t+1$, $p_5(t) = 13t+1$, $p_6(t) = 45t^2+38t+1$, $p_7(t) = 423t^2+94t+1$, $p_8(t) = 1575t^3+2425t^2+213t+1$.
I have tried many of the usual techniques to tackle this, without too much luck. Any suggestions are more than welcome. (It seems to be the case that the zeros of $p_n(t)$ always interlace those of $p_{n+1}(t)$, but of course I haven't been able to show it).
EDIT: The bounty would also be awarded if someone can prove the log-concavity of the coefficients of each $p_n(t)$ (independently of the real-rootedness).