A203146 Decimal expansion of Gamma(7/8).
1, 0, 8, 9, 6, 5, 2, 3, 5, 7, 4, 2, 2, 8, 9, 6, 9, 5, 1, 2, 5, 2, 3, 7, 6, 7, 5, 5, 1, 0, 2, 8, 9, 2, 9, 7, 1, 1, 4, 7, 8, 7, 0, 0, 6, 7, 7, 6, 7, 5, 6, 5, 1, 2, 0, 5, 1, 3, 7, 0, 4, 0, 4, 3, 2, 5, 3, 6, 2, 6, 4, 1, 7, 4, 6, 5, 8, 7, 9, 5, 0, 3, 3, 5, 9, 5, 8, 9, 6, 7, 4, 8, 3, 6, 1, 8, 4, 2, 4
Offset: 1
Examples
1.0896523574228969512523767551028929711478700677675651205137...
Programs
-
Mathematica
RealDigits[Gamma[7/8], 10, 120][[1]] (* Amiram Eldar, May 29 2023 *)
-
PARI
gamma(7/8) \\ Charles R Greathouse IV, Mar 25 2014