OFFSET
1,2
COMMENTS
"The gamma function has a minimum at this point. 1.461632144968362341262659542325721328468196204006446351295988409 is the solution of the equation: Psi(x)*Gamma(x)=0. The point y of that function is 0.8856031944108887002788159005825887332079515336699034488712001659". - Simon Plouffe
Positive root of psi(x) = 0, where psi is the digamma function. - Charles R Greathouse IV, May 30 2012
REFERENCES
Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 1.5.4, p. 34.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..5000
Simon Plouffe, editor, Miscellaneous Mathematical Constants Project Gutenberg, 1996 [see "Minimal y of GAMMA(x)" paragraph].
Eric Weisstein's World of Mathematics, Gamma Function.
EXAMPLE
x = 1.461632144968362..., y = 0.885603194410888...
MAPLE
Digits:= 120; fsolve(Psi(x)=0, x); # Iaroslav V. Blagouchine, Feb 16 2016
MATHEMATICA
First@ RealDigits[ FindMinimum[ Gamma[x], {x, 1.4}, WorkingPrecision -> 2^7][[2, 1, 2]]] (* Robert G. Wilson v, Aug 03 2010 *)
RealDigits[x /. FindRoot[PolyGamma[x], {x, 1}, WorkingPrecision -> 200]][[1]] (* Charles R Greathouse IV, May 30 2012 *)
PROG
(PARI) solve(x=1, 2, psi(x)) \\ Charles R Greathouse IV, May 30 2012
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
EXTENSIONS
Additional comments from Francisco Salinas (franciscodesalinas(AT)hotmail.com), Dec 29 2001
Broken URL to Project Gutenberg replaced by Georg Fischer, Jan 03 2009
STATUS
approved