The motivation of this question is pure curiosity.
Working on this problem, I tried to find the zero of function $$f(x)=m\,(m-1)^{\frac{1}{m}-1}\, x^{1-\frac{1}{m}}+x-1 \quad \quad \text{where} \quad m>1$$
I arrived to the conclusion that $$x_{(m)}=\frac 12+\sum_{n=1}^p \frac {P_n(L)}{m^n}+O\left(\frac 1{m^{p+1}}\right)\qquad\quad \text{where} \quad L=-\log(2m)$$ where the polynomials are of odd degree (repeated).
My question is :
Is there a way to fully automate the process to find the coefficients of these polynomials up to a selected order $p$ ?
Your answer could be Yes, No or provide more. Thanks in advance.


