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.

A178840 Decimal expansion of the factorial of Golden Ratio.

This page as a plain text file.
%I A178840 #26 Sep 08 2022 08:45:54
%S A178840 1,4,4,9,2,2,9,6,0,2,2,6,9,8,9,6,6,0,0,3,7,7,8,7,9,7,9,0,6,2,9,7,6,8,
%T A178840 3,3,7,0,8,4,0,8,9,8,9,0,9,6,6,6,7,6,0,7,5,3,3,7,0,2,3,8,5,8,1,3,8,9,
%U A178840 1,1,8,0,7,9,4,2,7,9,7,4,7,1,9,1,2,9,4,0,4,9,1,6,9,6,5,7,0,3,1,4,2,8,5,4,3
%N A178840 Decimal expansion of the factorial of Golden Ratio.
%H A178840 G. C. Greubel, <a href="/A178840/b178840.txt">Table of n, a(n) for n = 1..10000</a>
%F A178840 Factorial of Golden Ratio = Gamma(1 + phi) = Gamma((3 + sqrt(5))/2). - _Bernard Schott_, Jan 21 2019
%F A178840 Equals Gamma((sqrt(5) - 1)/2). - _Vaclav Kotesovec_, Jan 21 2019
%e A178840 1.44922960226989660037787979062976833708408989096667607533702385813891...
%p A178840 evalf(GAMMA(1+evalf((1+sqrt(5))/2,100)),106); # Golden ratio
%t A178840 RealDigits[Gamma[(Sqrt[5] - 1)/2], 10, 120][[1]] (* _Vaclav Kotesovec_, Jan 20 2019 *)
%o A178840 (PARI) default(realprecision, 100); gamma((sqrt(5)-1)/2) \\ _G. C. Greubel_, Jan 21 2019
%o A178840 (Magma) SetDefaultRealField(RealField(100)); Gamma((Sqrt(5)-1)/2); // _G. C. Greubel_, Jan 21 2019
%o A178840 (Sage) numerical_approx(gamma(1/golden_ratio), digits=100) # _G. C. Greubel_, Jan 21 2019
%Y A178840 Cf. A111293, A178394, A178839.
%Y A178840 Cf. A001622 (golden ratio).
%K A178840 easy,nonn,cons
%O A178840 1,2
%A A178840 _Paolo P. Lava_ and _Giorgio Balzarotti_, Jun 17 2010