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.

A202475 Decimal expansion of the real number x between 3 and 4 where 2^x = x!.

This page as a plain text file.
%I A202475 #37 Jul 27 2024 04:55:19
%S A202475 3,4,5,9,8,6,5,6,4,4,0,4,4,9,9,9,1,3,4,1,8,7,8,6,1,0,8,1,0,6,8,9,8,1,
%T A202475 2,0,2,7,7,5,1,8,4,5,9,9,0,6,4,2,8,3,1,4,5,2,9,8,0,6,8,8,7,2,8,5,8,2,
%U A202475 5,2,2,1,2,1,1,1,4,5,1,3,1,3,8,9,7,9,2
%N A202475 Decimal expansion of the real number x between 3 and 4 where 2^x = x!.
%C A202475 2^3 > 3! but 2^4 < 4!. Since the exponential and generalized factorial (Gamma) functions are continuous, it follows that 2^x = x! ( = gamma(x+1) ) for some x between 3 and 4. It's about 3.45986564404500.
%H A202475 WolframAlpha, <a href="https://www.wolframalpha.com/input?i=solve+gamma%28n%2B1%29%3D2%5En+for+n+between+3+and+4">Find value</a>
%e A202475 3.459865644044999134187861081068981202775184599...
%t A202475 RealDigits[x/.FindRoot[2^x==x!,{x,3,4},WorkingPrecision->120]][[1]] (* _Harvey P. Dale_, Jan 22 2016 *)
%o A202475 (PARI) solve(x=3, 4, 2^x-gamma(x+1)) \\ _Michel Marcus_, Aug 03 2013
%K A202475 nonn,cons
%O A202475 1,1
%A A202475 _Colm Mulcahy_, Dec 19 2011
%E A202475 More terms from _D. S. McNeil_, Dec 19 2011