I found that generalized Laguerre polynomials are:
$$ L_n^{\alpha} (x) = \sum_{i=0}^n (-1)^i {n+\alpha \choose n-i} \frac{x^i}{i!}.$$
However, I wonder what is the meaning of $\alpha$ in this expression. How does influence in the polynomial?
I know that it may shift it because if we evaluate it int $x=0$, we get
$$L_n^{\alpha}(0)= {n+\alpha\choose n} \approx \frac{n^\alpha}{\Gamma(\alpha+1)}.$$
But, do these polynomials still converge using the Least Square approximant if $\alpha \neq 0$??
EDIT: this last question is referring to use Laguerre series to approximate a function $f(x)$ by
$$f_m = \displaystyle\sum_{i=0}^m c_k L_k^{\alpha}(x),$$
where $c_k$ are the fourier coefficients of Laguerre:
$$c_k = \langle f,L_k^{\alpha}\rangle = \displaystyle\int_0^{\infty} f(x) L_k^{\alpha}\,w(x) dx,$$
and $w(x)$ is the corresponding weight function, namely
$$w(x)=x^{\alpha}e^{-x}.$$
I know that this $f_m$ converges to $f$ when $\alpha=0$, my question is if it does for other cases.

