login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of Gamma(1+sqrt(3)).
3

%I #15 Sep 08 2022 08:45:55

%S 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,

%T 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,

%U 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

%N Decimal expansion of Gamma(1+sqrt(3)).

%H G. C. Greubel, <a href="/A186691/b186691.txt">Table of n, a(n) for n = 1..10000</a>

%e 1.5850036724803687366369911736565893443414147540253..

%t RealDigits[N[Sqrt[3]!,200]][[1]]

%o (PARI) gamma(sqrt(3)+1) \\ _Charles R Greathouse IV_, Feb 27 2011

%o (Magma) Sqrt(3)*Gamma(Sqrt(3)); // _G. C. Greubel_, Apr 20 2018

%Y Cf. A002194, A186631.

%K nonn,cons

%O 1,2

%A _Vladimir Joseph Stephan Orlovsky_, Feb 25 2011