cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A175380 Decimal expansion of Gamma(1/5).

This page as a plain text file.
%I A175380 #30 Sep 08 2022 08:45:51
%S A175380 4,5,9,0,8,4,3,7,1,1,9,9,8,8,0,3,0,5,3,2,0,4,7,5,8,2,7,5,9,2,9,1,5,2,
%T A175380 0,0,3,4,3,4,1,0,9,9,9,8,2,9,3,4,0,3,0,1,7,7,8,8,8,5,3,1,3,6,2,3,0,0,
%U A175380 3,9,2,7,3,1,0,6,4,4,4,9,9,8,9,7,4,0,3,9,4,0,8,2,8,7,7,8,5,0,7,4,5,6,9,1,2
%N A175380 Decimal expansion of Gamma(1/5).
%H A175380 G. C. Greubel, <a href="/A175380/b175380.txt">Table of n, a(n) for n = 1..5000</a>
%H A175380 R. Vidunas, <a href="http://arxiv.org/abs/math/0403510">Expressions for values of the Gamma function</a>, arxiv:math/0403510 [math.CA], 2004.
%H A175380 Wikipedia, <a href="http://en.wikipedia.org/wiki/Particular_values_of_the_Gamma_function#General_rational_arguments">Particular values of the Gamma function: General rational arguments</a>
%H A175380 <a href="/index/Ga#gamma_function">Index to sequences related to the gamma function</a>
%F A175380 Equals Pi * sqrt(2) * sqrt(5 + sqrt(5)) / (sqrt(5) * Gamma(4/5) ) = A063448 * sqrt(5 + A002163) / (A002163 * Gamma(4/5)) where Gamma(4/5) = A340722.
%e A175380 Equals 4.590843711998803053204758275929152...
%p A175380 evalf(GAMMA(1/5));
%t A175380 RealDigits[Gamma[1/5],10,120][[1]] (* _Harvey P. Dale_, May 26 2011 *)
%o A175380 (PARI) gamma(1/5) \\ _G. C. Greubel_, Jan 15 2017
%o A175380 (Magma) SetDefaultRealField(RealField(100)); Gamma(1/5); // _G. C. Greubel_, Mar 10 2018
%K A175380 cons,nonn
%O A175380 1,1
%A A175380 _R. J. Mathar_, Apr 24 2010