There is a possible issue on solving the following trinomial equation
$$x^\alpha+x=y$$ for real $\alpha,x,y $. From Belkic [1], it is known that for $\alpha>1$ a solution is found using the confluent Fox-Wright function [[2]] as
$$x = y\cdot\,_{1}\Psi_{1}([1,\alpha];[2,\alpha-1];-y^{\alpha-1})=y\cdot H_{1,2}^{1,1}([(0,\alpha)];[(0,1),(-1,\alpha-1)];y^{\alpha-1})$$ where we have used the known relationship between the generalized Fox-Wright and Fox-H functions. (See Wikipedia Fox-Wright Function for example). $ $Translated to Wolfram language, this equation can be written as (I am not sure if it is lacking something, convergence, additional parameters for numerics perhaps)
N[y*FoxH[{{{0, \[Alpha]}}, {}}, {{{0, 1}}, {{-1, \[Alpha] - 1}}},
y^(\[Alpha] - 1)] /. \[Alpha] -> 2 /. y -> 1]
trying compute it numerically, for either $\alpha=2, y=1$ (a quadratic equation) or any other numerical values, it does not return. Any help on this subject is welcome.
[1] Dževad Belkic."All the trinomial roots, their powers and logarithms from the Lambert series, Bell polynomials and Fox–Wright function: illustration for genome multiplicity in survival of irradiated cells". Journal of Mathematical Chemistry (2019) 57:59–106 https://doi.org/10.1007/s10910-018-0985-3