The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A261999 Decimal expansion of the smallest solution of Gamma(log(x)) = log(Gamma(x)). 1
3, 2, 3, 9, 4, 3, 6, 3, 1, 1, 2, 1, 1, 5, 5, 6, 8, 5, 8, 9, 6, 1, 0, 4, 4, 6, 1, 9, 4, 9, 8, 3, 6, 9, 8, 7, 9, 3, 9, 7, 2, 5, 3, 0, 8, 6, 5, 6, 5, 9, 2, 8, 3, 0, 3, 6, 3, 9, 1, 8, 0, 6, 6, 7, 8, 3, 6, 9, 4, 1, 3, 0, 6, 1, 3, 6, 3, 2, 9, 1, 9, 1, 3, 8, 1, 9, 5, 3, 1, 0, 2, 5, 2, 3, 7, 2, 1, 8, 5, 1, 6, 9, 5, 6, 3, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.23943631121155685896104461949836987939725308656592830363918066783694130613...
MATHEMATICA
RealDigits[ x /. FindRoot[Gamma[Log[x]] == Log[Gamma[x]], {x, 3}, WorkingPrecision -> 110]][[1]] (* Michael Somos, Sep 09 2015 *)
PROG
(PARI) solve(x=3, 4, log(gamma(x))-gamma(log(x))) \\ Michel Marcus, Sep 08 2015
(PARI) solve(x=3, 4, gamma(log(x))-lngamma(x)) \\ Charles R Greathouse IV, Apr 18 2016
CROSSREFS
Sequence in context: A095243 A049921 A191628 * A360701 A216829 A331846
KEYWORD
nonn,cons,easy
AUTHOR
Devid Ferri, Sep 08 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 15:36 EDT 2024. Contains 372521 sequences. (Running on oeis4.)