[go: up one dir, main page]

login
A181778
Decimal expansion of root of (x+1)^sqrt(x) = sqrt(x)^(x+1).
0
3, 4, 8, 9, 2, 5, 1, 3, 1, 1, 6, 4, 3, 0, 6, 6, 5, 7, 6, 7, 1, 2, 7, 8, 4, 8, 9, 8, 0, 7, 7, 0, 6, 5, 1, 5, 4, 9, 1, 6, 3, 7, 1, 1, 3, 2, 6, 5, 0, 9, 8, 1, 7, 3, 3, 9, 6, 6, 2, 5, 0, 1, 5, 6, 5, 4, 2, 8, 1, 8, 0, 9, 7, 6, 3, 6, 3, 9, 4, 2, 1, 7, 6, 0, 7, 2, 0, 6, 0, 8, 9, 5, 4, 0, 2, 9, 0, 8, 3, 2, 8, 3, 6, 8, 5, 5, 0, 1, 7, 7, 0, 3, 7, 8, 9, 2, 6, 0, 8, 4, 9, 3, 7
OFFSET
1,1
EXAMPLE
3.4892513116430665767127848980770651549163711326509817339662501...
MAPLE
Digits:=200:fsolve((x+1)^sqrt(x)-sqrt(x)^(x+1) =0, x, 0..10);
MATHEMATICA
RealDigits[x/.FindRoot[(x+1)^Sqrt[x]==(Sqrt[x])^(x+1), {x, 3}, WorkingPrecision -> 150]][[1]] (* Harvey P. Dale, Feb 17 2020 *)
PROG
(PARI) solve(x=3, 4, (x+1)^sqrt(x)-sqrt(x)^(x+1)) \\ Charles R Greathouse IV, Aug 26 2017
CROSSREFS
Sequence in context: A358835 A358833 A322117 * A245026 A125219 A075562
KEYWORD
nonn,cons
STATUS
approved