A203144 Decimal expansion of Gamma(5/8).
1, 4, 3, 4, 5, 1, 8, 8, 4, 8, 0, 9, 0, 5, 5, 6, 7, 7, 5, 6, 3, 6, 0, 1, 9, 7, 3, 9, 4, 5, 6, 4, 2, 3, 1, 3, 6, 6, 3, 2, 2, 0, 7, 7, 7, 2, 2, 0, 6, 6, 6, 7, 3, 3, 0, 7, 7, 0, 6, 7, 9, 8, 5, 8, 0, 9, 5, 0, 9, 4, 1, 9, 7, 3, 0, 2, 0, 9, 6, 9, 1, 4, 6, 3, 0, 9, 5, 6, 9, 6, 6, 5, 2, 5, 6, 3, 2, 2, 9
Offset: 1
Examples
1.4345188480905567756360197394564231366322077722066673307706...
Programs
-
Mathematica
RealDigits[Gamma[5/8],10,120][[1]] (* Harvey P. Dale, Sep 14 2018 *)
-
PARI
gamma(5/8) \\ Charles R Greathouse IV, Mar 25 2014