login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of log(log(6)).
0

%I #16 May 15 2019 12:37:12

%S 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,

%T 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,

%U 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

%N Decimal expansion of log(log(6)).

%e 0.583198080782659297909468269363637488177....

%p evalf(log(log(6))) ; # _R. J. Mathar_, Oct 13 2011

%t RealDigits[Log[Log[6]],10,120][[1]] (* _Harvey P. Dale_, Mar 27 2016 *)

%o (PARI) log(log(6)) \\ _Charles R Greathouse IV_, May 15 2019

%Y Cf. A016629, A074785, A194562.

%K nonn,cons

%O 0,1

%A _Kausthub Gudipati_, Oct 04 2011