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!)
A156624 Nearest integer to the integral of log(x) between 1 and n 1

%I #7 Apr 28 2018 09:52:37

%S 0,1,3,4,6,8,10,12,14,16,19,21,24,27,29,32,35,38,41,44,47,50,53,56,60,

%T 63,66,70,73,76,80,83,87,90,94,98,101,105,109,112,116,120,124,127,131,

%U 135,139,143

%N Nearest integer to the integral of log(x) between 1 and n

%t Table[Round[Integrate[Log[x],{x,1,n}]],{n,2,50}] (* _Harvey P. Dale_, Apr 28 2018 *)

%o (Sage) [round(N(integral(ln(x), x, 1, n))) for n in range (2,50)]

%Y Cf. A156625.

%K easy,nonn

%O 2,3

%A _Jack W Grahl_, Feb 11 2009

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)