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!)
A306579 Decimal expansion of the real number x such that f(x) = x^x^x^x is a minimum. 1
2, 7, 4, 6, 8, 9, 3, 8, 5, 2, 9, 7, 0, 6, 3, 4, 6, 2, 4, 1, 3, 6, 2, 5, 3, 0, 0, 5, 3, 8, 1, 4, 5, 8, 5, 7, 5, 7, 8, 9, 9, 8, 8, 6, 5, 4, 3, 1, 2, 7, 7, 7, 0, 5, 4, 1, 2, 8, 1, 8, 6, 3, 6, 2, 8, 0, 3, 1, 6, 0, 4, 5, 0, 4, 0, 7, 2, 8, 3, 8, 8, 9, 3, 2, 6, 8, 3, 1, 1, 5, 5, 8, 4, 6, 6, 8, 0, 6, 0, 9, 5, 8, 2, 0, 4, 5, 7, 4, 0, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
It satisfies 1 + x^x*log(x)*(1 + x*log(x)*(1 + log(x))) = 0.
The function x^x has a minimum at x = 1/e (A068985).
LINKS
EXAMPLE
0.274689385297063462413625300538145857578998865431277705412818636280...
MATHEMATICA
n = 500;
(x /. FindMinimum[x^x^x^x, {x, 0.34}, WorkingPrecision -> 3 n][[2]][[1]] // RealDigits)[[1]][[;; n]]
PROG
(PARI) solve(x=0.1, 1, 1 + x^x*log(x)*(1 + x*log(x)*(1 + log(x)))) \\ Michel Marcus, Mar 15 2019
CROSSREFS
Sequence in context: A316249 A197143 A132724 * A175641 A286984 A021368
KEYWORD
nonn,cons
AUTHOR
Philipp O. Tsvetkov, Mar 15 2019
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)