A340724 Decimal expansion of Gamma(7/10).
1, 2, 9, 8, 0, 5, 5, 3, 3, 2, 6, 4, 7, 5, 5, 7, 7, 8, 5, 6, 8, 1, 1, 7, 1, 1, 7, 9, 1, 5, 2, 8, 1, 1, 6, 1, 7, 7, 8, 4, 1, 4, 1, 1, 7, 0, 5, 5, 3, 9, 4, 6, 2, 4, 7, 9, 2, 1, 6, 4, 5, 3, 8, 8, 2, 5, 4, 1, 6, 8, 1, 5, 0, 8, 1, 8, 9, 7, 5, 7, 9, 8, 6
Offset: 1
Examples
1.29805533264755778568...
Links
- DLMF, Gamma function properties, DLMF section 5.5.
- Index to sequences related to gamma function
Programs
-
Maple
evalf(GAMMA(7/10),120) ;
-
Mathematica
RealDigits[Gamma[7/10],10,120][[1]] (* Harvey P. Dale, Mar 02 2023 *)
-
PARI
gamma(.7) \\ Charles R Greathouse IV, Nov 26 2024