OFFSET
0,2
COMMENTS
Gamma(1) = Gamma(2) = 1, and the interval (1,2) gives the portion of the graph of y = Gamma x that lies under the line y = 1, as shown by the Mathematica program.
EXAMPLE
area = 0.07725404931936939485611951765424442256276560828931408...
MATHEMATICA
r = NIntegrate[1 - Gamma[x], {x, 1, 2}, WorkingPrecision -> 200]
RealDigits[r][[1]]
Plot[Gamma[x] - 1, {x, .5, 2.5}]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 03 2020
STATUS
approved