OFFSET
1,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..5000
R. Vidunas, Expressions for values of the Gamma function, arxiv:math/0403510 [math.CA], 2004.
FORMULA
EXAMPLE
Equals 4.590843711998803053204758275929152...
MAPLE
evalf(GAMMA(1/5));
MATHEMATICA
RealDigits[Gamma[1/5], 10, 120][[1]] (* Harvey P. Dale, May 26 2011 *)
PROG
(PARI) gamma(1/5) \\ G. C. Greubel, Jan 15 2017
(Magma) SetDefaultRealField(RealField(100)); Gamma(1/5); // G. C. Greubel, Mar 10 2018
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
R. J. Mathar, Apr 24 2010
STATUS
approved