I want to find a formula for the coefficients of the $x^{n-2}$ and $x^{n-1}$ terms of the chebyshev polynomial $T_0(x) = 1, T_1(x) = x; T_{n+1}(x) = 2xT_n(x) - T_{n-1}(x)$. We've already shown the leading coefficient in $T_n$ is $2^{n-1}$, but i'm not sure how we find the formula for what I want.
Can anyone help me with this?