A129200 Decimal expansion of arcsinh(1/4).
2, 4, 7, 4, 6, 6, 4, 6, 1, 5, 4, 7, 2, 6, 3, 4, 5, 2, 9, 4, 4, 7, 8, 1, 5, 4, 9, 7, 8, 8, 3, 5, 9, 2, 8, 9, 2, 5, 3, 7, 6, 6, 9, 0, 3, 0, 9, 8, 5, 6, 7, 6, 9, 6, 4, 6, 9, 1, 1, 7, 3, 5, 7, 9, 4, 4, 3, 6, 5, 1, 7, 9, 4, 4, 3, 6, 6, 6, 3, 6, 4, 9, 7, 4, 7, 5, 4, 8, 8, 3, 3, 2, 9, 3, 9, 8, 5, 9, 6
Offset: 0
Examples
.24746646154726345294478154978835928925376690309856769646911...
Links
Programs
-
Magma
SetDefaultRealField(RealField(100)); Argsinh(1/4); // G. C. Greubel, Nov 11 2018
-
Mathematica
RealDigits[ArcSinh[1/4], 10, 111][[1]] (* Robert G. Wilson v, Jul 23 2018 *)
-
PARI
asinh(1/4) \\ Michel Marcus, Jul 12 2018
Formula
Equals log((1 + sqrt(17))/4). - Jianing Song, Jul 12 2018
Comments