A194562 Decimal expansion of log(log(3)).
0, 9, 4, 0, 4, 7, 8, 2, 7, 6, 1, 6, 6, 9, 9, 0, 1, 6, 1, 7, 4, 3, 3, 4, 3, 3, 2, 0, 8, 4, 4, 9, 3, 9, 9, 2, 7, 8, 5, 3, 3, 8, 0, 2, 9, 6, 1, 8, 4, 1, 8, 4, 8, 8, 0, 1, 4, 2, 1, 9, 3, 5, 4, 5, 6, 0, 1, 7, 5, 3, 4, 5, 6, 4, 0
Offset: 0
Examples
0.09404782761669901617433433208449399278533802961841...
Programs
-
Maple
evalf(log(log(3.0)) ; # R. J. Mathar, Sep 20 2011
-
Mathematica
RealDigits[Log[Log[3]], 10, 120, -1][[1]] (* Amiram Eldar, Jun 15 2023 *)
-
PARI
log(log(3)) \\ Charles R Greathouse IV, Oct 21 2021
Formula
Equals log(A002391).