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.
%I A336763 #15 Jul 05 2024 10:39:17 %S A336763 7,4,6,3,6,0,3,2,8,3,7,7,6,4,4,6,1,3,7,8,1,0,5,0,1,0,9,5,8,4,5,3,1,8, %T A336763 5,8,9,6,1,5,4,8,8,6,3,6,5,1,3,8,4,2,5,4,4,5,6,2,5,4,3,7,4,2,8,5,4,3, %U A336763 2,0,2,5,1,8,8,3,3,1,7,3,9,4,1,9,1,5,2,2,6,8,6,5,0,1,6,3,9,6,1,4,8,6,3,7 %N A336763 Decimal expansion of largest real root of e^x = Gamma(x). %C A336763 This number corresponds to the point where the Gamma function starts to exceed the exponential function. %e A336763 x = 7.46360328377644613... %t A336763 RealDigits[x /. FindRoot[Exp[x] == Gamma[x], {x, 7}, WorkingPrecision -> 120]][[1]] (* _Amiram Eldar_, Jun 11 2023 *) %o A336763 (PARI) solve(x=7.4, 7.5, exp(x)-gamma(x)) %Y A336763 Cf. A078335. %K A336763 nonn,cons %O A336763 1,1 %A A336763 _Daniel Hoyt_, Aug 03 2020