OFFSET
1,2
EXAMPLE
From R. J. Mathar, Oct 09 2010: (Start)
1.63662620778092377066392348972183502182...
log_(1.63662..)(2) = 1.4070142427036...
log_(1.63662..)(1.407014..) = A002162. (End)
MAPLE
f := log(log(2))/log(x)-log(log(x))/log(x)-log(2) ; fz := x-f/diff(f, x) ; z := 1.6 ; Digits := 120 ; for i from 1 to 10 do z := evalf(subs(x=z, fz)) ; print(%) ; end do: # R. J. Mathar, Oct 09 2010
MATHEMATICA
RealDigits[ Exp[ ProductLog[Log[2]^2] / Log[2]], 10, 105][[1]] (* Jean-François Alcover, Jan 28 2014 *)
CROSSREFS
Cf. A030797, which is the decimal expansion of the base n for which the double logarithm of e (log_n log_n e) = log e = 1, and which is the inverse of LambertW(1).
KEYWORD
nonn,cons
AUTHOR
Geoffrey Caveney, Oct 08 2010
EXTENSIONS
More digits from R. J. Mathar, Oct 09 2010
STATUS
approved