A340725 Decimal expansion of Gamma(9/10).
1, 0, 6, 8, 6, 2, 8, 7, 0, 2, 1, 1, 9, 3, 1, 9, 3, 5, 4, 8, 9, 7, 3, 0, 5, 3, 3, 5, 6, 9, 4, 4, 8, 0, 7, 7, 8, 1, 6, 9, 8, 3, 8, 7, 8, 5, 0, 6, 0, 9, 7, 3, 1, 7, 9, 0, 4, 9, 3, 7, 0, 6, 8, 3, 9, 8, 1, 5, 7, 2, 1, 7, 7, 0, 2, 5, 4, 4, 7, 5, 6, 6, 9, 1
Offset: 1
Examples
1.06862870211931935489..
Links
- DLMF, Gamma function properties, DLMF section 5.5.
- Index to sequences related to gamma function.
Programs
-
Maple
evalf(GAMMA(9/10),120) ;
-
Mathematica
RealDigits[Gamma[9/10], 10, 120][[1]] (* Amiram Eldar, May 29 2023 *)