For any positive integer $n$ define the sequence $(x_k)_{k\ge0}$ by $x_0=0,x_1=1$ and $$x_{k+2}=\frac{cx_{k+1}-(n-1)x_k}{k+1},k\ge0.$$ Fix $n$ and let $c$ be the largest real number such that $x_{n+1}=0.$ Find $x_k$ in terms of $n$ and $k,1\le k\le n.$
I can see that $x_{n+1}$ is a polynomial of degree $n$ in $c.$ So I just need to find those $n$ values of $c$ and choose the largest to find $c$. Some help please!
I don't see a simple form for the problem as given. The polynomials $n!x_{n+1}(c)$ alternate between having either only odd or only even powers of $c$, with coefficients of alternating signs, and seem to have all real roots, but I haven't found an explicit formula for the largest root. Here are the numerical results for the first few $n$ (note that $c = x_2$):
\begin{array} {r | c c c c c c c c c c} \hline n & x_0 & x_1 & x_2 & x_3 & x_4 & x_5 & x_6 & x_7 & x_8 & x_9 & x_{10} & x_{11} \\ \hline 1 & 0 & 1 & 0 \\ 2 & 0 & 1 & 1 & 0\\ 3 & 0 & 1 & 2.45 & 2 & 0 \\ 4 & 0 & 1 & 4.04 & 6.67 & 4.95 & 0 \\ 5 & 0 & 1 & 5.71 & 14.32 & 19.66 & 13.77 & 0 \\ 6 & 0 & 1 & 7.43 & 25.13 & 49.87 & 61.26 & 41.21 & 0 \\ 7 & 0 & 1 & 9.19 & 39.20 & 101.66 & 174.68 & 198.95 & 129.94 & 0 \\ 8 & 0 & 1 & 10.97 & 56.62 & 181.37 & 398.11 & 619.18 & 667.13 & 425.88 & 0 \\ 9 & 0 & 1 & 12.76 & 77.46 & 295.53 & 788.10 & 1539.02 & 2223.21 & 2294.96 & 1438.40 & 0 \\ 10 & 0 & 1 & 14.58 & 101.76 & 450.79 & 1413.97 & 3311.25 & 5924.50 & 8081.20 & 8061.30 & 5976.66 & 0 \\ \hline \end{array}