A196567 Decimal expansion of log(log(6)).
5, 8, 3, 1, 9, 8, 0, 8, 0, 7, 8, 2, 6, 5, 9, 2, 9, 7, 9, 0, 9, 4, 6, 8, 2, 6, 9, 3, 6, 3, 6, 3, 7, 4, 8, 8, 1, 7, 7, 0, 0, 6, 2, 5, 7, 3, 8, 7, 6, 5, 5, 6, 5, 4, 2, 0, 6, 3, 8, 0, 4, 0, 7, 5, 0, 0, 7, 0, 2, 5, 7, 2, 3, 1, 9, 6, 4, 1, 7, 4, 8, 6, 7, 3, 8, 6, 7, 5, 8, 2, 0, 7, 9, 8, 0, 0, 8, 7, 2, 4, 0, 0, 3, 0, 3, 7, 1, 1, 8, 9, 7, 6, 0, 4
Offset: 0
Examples
0.583198080782659297909468269363637488177....
Programs
-
Maple
evalf(log(log(6))) ; # R. J. Mathar, Oct 13 2011
-
Mathematica
RealDigits[Log[Log[6]],10,120][[1]] (* Harvey P. Dale, Mar 27 2016 *)
-
PARI
log(log(6)) \\ Charles R Greathouse IV, May 15 2019