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!)
A080021 log(n) is closer to an integer than is log(m) for any m with 2<=m<n. 4

%I #11 Oct 19 2017 03:14:11

%S 2,3,7,20,148,403,1096,1097,2980,2981,8103,59874,162755,442413,

%T 1202604,3269017,8886110,8886111,24154952,24154953,65659969,178482301,

%U 3584912846,9744803446,26489122130,72004899337,195729609428

%N log(n) is closer to an integer than is log(m) for any m with 2<=m<n.

%C Every term is floor(e^k)+r for some integers k and r with k>=1 and -1 <= r <= 1.

%D Suggested by _Leroy Quet_, Jan 19 2003

%e log(2) = 1-0.306..., log(3) = 1+0.0986..., log(7) = 2-0.0540..., log(20) = 3-0.00426...

%o (PARI) lista(nn) = {flmin = 1; for (i=2, nn, li = log(i); fli = abs(round(li) - li); if (fli < flmin, print1(i, ", "); flmin = fli;););} \\ _Michel Marcus_, Aug 29 2013

%Y Cf. A080022, A080023.

%K nonn

%O 1,1

%A _Dean Hickerson_, Jan 20 2003

%E More terms from _Don Reble_, Jan 20 2003

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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)