A342355 Decimal expansion of 163/log(163).
3, 1, 9, 9, 9, 9, 9, 8, 7, 3, 8, 4, 9, 0, 0, 8, 2, 6, 7, 5, 7, 5, 8, 3, 9, 3, 0, 2, 6, 5, 5, 6, 5, 4, 7, 9, 4, 1, 0, 9, 0, 6, 5, 1, 4, 9, 2, 0, 8, 2, 9, 3, 9, 6, 9, 6, 4, 0, 9, 9, 0, 9, 6, 6, 9, 6, 3, 1, 9, 5, 7, 6, 8, 4, 6, 6, 0, 8, 3, 2, 2, 1, 1, 7, 1, 2, 9, 5, 9, 5, 8, 9, 1, 8, 4, 9, 0
Offset: 2
Examples
31.9999987384900826...
Links
- MathOverflow, Why Is 163/ln(163) a Near-Integer?
- MathOverflow, When is n/ln(n) close to an integer?
- Index entries for transcendental numbers
Programs
-
MATLAB
format long; 163 / log(163)
-
Maple
Digits:=100; evalf(163/ln(163));
-
Mathematica
RealDigits[163/Log[163], 10, 100][[1]]
-
PARI
default(realprecision, 100); 163 / log(163)
Formula
Equals 163/log(163).
Comments