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!)
A086858 Let f(n) be the inverse of the function g(x) = x^x. Then a(n) = floor(f(n)). 2

%I #11 Jun 20 2021 02:46:38

%S 1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,

%T 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,

%U 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3

%N Let f(n) be the inverse of the function g(x) = x^x. Then a(n) = floor(f(n)).

%C a(n) is the value of x that solves the equation x^x = n, truncated to an integer.

%F a(n) = floor(g^-1(n)) where g(x) = x^x.

%e a(32)=3 because the solution to the equation x^x = 32 is x = 3.080448349..., and floor(3.080448349...) = 3.

%t f[n_] := Floor[ N[ Log[n]/ProductLog[Log[ n]]]]; Join[{1}, Table[ f[n], {n, 2, 105}]] (* _Robert G. Wilson v_, Oct 21 2005 *)

%Y Cf. A000312, A095703.

%K easy,nonn

%O 1,4

%A Christopher M. Tomaszewski (cmt1288(AT)comcast.net), Sep 16 2003

%E Edited by _Jon E. Schoenfield_, Sep 09 2017

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 14 05:21 EDT 2024. Contains 372528 sequences. (Running on oeis4.)