OFFSET
0,1
COMMENTS
Also the first positive root of the equation Psi(x)^2-Psi(1,x)=0.
Function 1/Gamma(x) has only two inflection points on the interval x=[0,infinity): 0.30214172... (this sequence) and 2.4956029... (A269063).
EXAMPLE
0.3021417247147373772612122942128464237734291035585021...
MAPLE
Digits:= 150; fsolve(Psi(x)^2-Psi(1, x)=0, x=0.3);
MATHEMATICA
FindRoot[PolyGamma[x]^2-PolyGamma[1, x]==0, {x, 0.3}, WorkingPrecision -> 120][[1, 2]] // RealDigits[#, 10, 104]& // First
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Iaroslav V. Blagouchine, Feb 18 2016
STATUS
approved