OFFSET
1,3
COMMENTS
This is the ratio between the bel and the neper, i.e., 1 bel = log(sqrt(10)) nepers.
LINKS
J. Valdes, The unit one, the neper, the bel and the future of the SI, Metrologia, Volume 39, Number 6 (2002), 543-550.
Wikipedia, Decibel
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
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