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!)
A182196 Decimal expansion of the larger root of x^sqrt(x+1) = sqrt(x+1)^x 0
3, 6, 0, 1, 5, 2, 1, 2, 8, 4, 5, 1, 9, 3, 5, 0, 9, 0, 6, 3, 1, 8, 8, 9, 7, 8, 2, 3, 6, 0, 7, 8, 6, 4, 6, 6, 0, 7, 3, 8, 2, 5, 9, 0, 7, 4, 4, 1, 6, 3, 1, 6, 6, 1, 4, 6, 1, 7, 3, 5, 1, 4, 3, 9, 7, 6, 6, 6, 4, 5, 8, 9, 6, 0, 0, 7, 2, 7, 1, 7, 2, 6, 7, 9, 8, 9, 5, 1, 5, 7, 1, 1, 6, 7, 7, 4, 5, 6, 5, 0, 6, 3, 5, 5, 1, 8, 9, 0, 6, 3, 8, 5, 3, 4, 1, 5, 0, 9, 6, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The other root is the golden ratio phi = 1.618033988... (see A001622).
See also the graph with the two roots (second Mathematica program).
LINKS
EXAMPLE
3.6015212845193509063188978...
MAPLE
Digits:=200:fsolve(x^sqrt(x+1) - sqrt(x+1)^x=0, x, 3..5);
MATHEMATICA
RealDigits[ FindRoot[x^Sqrt[x+1] == Sqrt[x+1]^x, {x, {3, 5} }, WorkingPrecision -> 105] [[1, 2] ]] [[2]]
(****graph****)
f[x_] := x^Sqrt[x+1] ; g[x_] := Sqrt[x+1]^x
Plot[{f[x], g[x]}, {x, 1, 4}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, 1, 4}, WorkingPrecision -> 110]
PROG
(PARI) solve(x=3, 4, t=sqrt(x+1); t^x-x^t) \\ Charles R Greathouse IV, Apr 18 2012
CROSSREFS
Sequence in context: A104613 A113565 A178567 * A334477 A278488 A367325
KEYWORD
nonn,cons
AUTHOR
Michel Lagneau, Apr 18 2012
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 24 08:28 EDT 2024. Contains 371927 sequences. (Running on oeis4.)