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