cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A342355 Decimal expansion of 163/log(163).

This page as a plain text file.
%I A342355 #19 Nov 21 2024 09:26:03
%S A342355 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,
%T A342355 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,
%U A342355 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
%N A342355 Decimal expansion of 163/log(163).
%C A342355 A near-integer close to 32.
%H A342355 MathOverflow, <a href="http://mathoverflow.net/questions/27931/">Why Is 163/ln(163) a Near-Integer?</a>
%H A342355 MathOverflow, <a href="http://mathoverflow.net/questions/28088/">When is n/ln(n) close to an integer?</a>
%H A342355 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%F A342355 Equals 163/log(163).
%e A342355 31.9999987384900826...
%p A342355 Digits:=100; evalf(163/ln(163));
%t A342355 RealDigits[163/Log[163], 10, 100][[1]]
%o A342355 (PARI) default(realprecision, 100); 163 / log(163)
%o A342355 (MATLAB) format long; 163 / log(163)
%Y A342355 Cf. A050499, A131920, A178805.
%K A342355 nonn,cons
%O A342355 2,1
%A A342355 _Michal Paulovic_, Mar 08 2021