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”).
%I #16 Apr 10 2024 15:57:18
%S 9,1,9,0,6,2,5,2,6,8,4,8,8,8,3,2,3,3,8,4,6,8,2,3,7,2,7,5,2,2,1,6,7,8,
%T 9,5,1,3,8,4,2,9,4,3,6,0,8,1,0,5,2,9,5,8,4,2,2,5,8,9,2,0,3,7,1,7,3,6,
%U 7,1,6,6,3,2,0,0,9,8,7,6,7,9,2,7,8,7,9,2,8,2,1,6,1,1,8,6,2,9,9
%N Decimal expansion of (3/4)! = Gamma(7/4).
%H <a href="/index/Ga#gamma_function">Index to sequences related to the Gamma function</a>.
%F Equals 3*A068465/4. - _R. J. Mathar_, Jan 15 2021
%F Equals Integral_{x=0..oo} exp(-x^(4/3)) dx. - _Ilya Gutkovskiy_, Apr 10 2024
%e 0.91906252684888323384682372752216789513842943608105295842258...
%t RealDigits[Gamma[7/4], 10, 120][[1]] (* _Amiram Eldar_, May 29 2023 *)
%o (PARI) gamma(7/4) \\ _Charles R Greathouse IV_, Mar 25 2014
%Y Cf. A068465.
%K nonn,cons
%O 0,1
%A _N. J. A. Sloane_, Dec 29 2011