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