OFFSET
2,3
MATHEMATICA
Table[Round[Integrate[Log[x], {x, 1, n}]], {n, 2, 50}] (* Harvey P. Dale, Apr 28 2018 *)
PROG
(Sage) [round(N(integral(ln(x), x, 1, n))) for n in range (2, 50)]
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jack W Grahl, Feb 11 2009
STATUS
approved