login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135319 a(n) is the first digit after the decimal point in the decimal expansion of log_10(n), i.e., of the Briggsian logarithm of n. 1

%I #14 Oct 31 2020 13:03:19

%S 0,3,4,6,6,7,8,9,9,0,0,0,1,1,1,2,2,2,2,3,3,3,3,3,3,4,4,4,4,4,4,5,5,5,

%T 5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,

%U 8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9

%N a(n) is the first digit after the decimal point in the decimal expansion of log_10(n), i.e., of the Briggsian logarithm of n.

%D Erwin Voellmy, Fünfstellige Logarithmen und Zahlentafeln, 15th edition, Orell Foessli Verlag, Zurich (1962).

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Common_logarithm">Common logarithm</a>

%F a(n) = floor(10*(log_10(n) - floor(log_10(n)))).

%e a(6) = 7, because log_10(6) = 0.77815...

%p A135319 := proc(n) floor(10*log[10](n)) mod 10 ; end: seq(A135319(n),n=1..80) ; # _R. J. Mathar_, Jan 11 2008

%K base,easy,nonn

%O 1,2

%A _Pahikkala Jussi_, Dec 06 2007, Jan 13 2008

%E More terms from _R. J. Mathar_ and _N. J. A. Sloane_, Jan 11 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)