A186691 Decimal expansion of Gamma(1+sqrt(3)).
1, 5, 8, 5, 0, 0, 3, 6, 7, 2, 4, 8, 0, 3, 6, 8, 7, 3, 6, 6, 3, 6, 9, 9, 1, 1, 7, 3, 6, 5, 6, 5, 8, 9, 3, 4, 4, 3, 4, 1, 4, 1, 4, 7, 5, 4, 0, 2, 5, 3, 0, 7, 9, 1, 9, 9, 0, 7, 3, 8, 4, 7, 1, 5, 2, 0, 5, 6, 6, 9, 3, 5, 3, 6, 4, 9, 0, 0, 3, 2, 5, 6, 9, 3, 6, 2, 8, 2, 6, 4, 4, 0, 0, 2, 5, 3, 1, 0, 6, 7, 5, 1
Offset: 1
Examples
1.5850036724803687366369911736565893443414147540253..
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Programs
-
Magma
Sqrt(3)*Gamma(Sqrt(3)); // G. C. Greubel, Apr 20 2018
-
Mathematica
RealDigits[N[Sqrt[3]!,200]][[1]]
-
PARI
gamma(sqrt(3)+1) \\ Charles R Greathouse IV, Feb 27 2011