login
A274989
Decimal expansion of log(sqrt(10)).
0
1, 1, 5, 1, 2, 9, 2, 5, 4, 6, 4, 9, 7, 0, 2, 2, 8, 4, 2, 0, 0, 8, 9, 9, 5, 7, 2, 7, 3, 4, 2, 1, 8, 2, 1, 0, 3, 8, 0, 0, 5, 5, 0, 7, 4, 4, 3, 1, 4, 3, 8, 6, 4, 8, 8, 0, 1, 6, 6, 6, 3, 9, 5, 0, 4, 8, 3, 7, 8, 6, 3, 0, 4, 8, 3, 8, 6, 7, 6, 2, 4, 0, 1, 1, 7, 9, 9, 8, 6, 0, 2, 5, 4, 4, 7, 9, 9, 1, 4, 9, 1, 7, 0, 9, 8
OFFSET
1,3
COMMENTS
This is the ratio between the bel and the neper, i.e., 1 bel = log(sqrt(10)) nepers.
FORMULA
Equals A002392/2. - Michel Marcus, Nov 19 2016
EXAMPLE
1.1512925464970228420089957273...
MAPLE
evalf(log(sqrt(10)), 120); # Alois P. Heinz, Apr 03 2020
MATHEMATICA
RealDigits[Log[Sqrt[10]], 10, 90][[1]] (* Georg Fischer, Apr 03 2020 *)
PROG
(PARI) default(realprecision, 100)
digits(floor(10^100*log(sqrt(10)))) \\ Michel Marcus, Apr 03 2020
CROSSREFS
Cf. A002392.
Sequence in context: A073324 A021665 A226613 * A328199 A289690 A088781
KEYWORD
nonn,cons
AUTHOR
Felix Fröhlich, Nov 11 2016
EXTENSIONS
a(29) ff. corrected and example truncated by Georg Fischer and Michel Marcus, Apr 03 2020
Offset corrected by Alois P. Heinz, Apr 03 2020
STATUS
approved