OFFSET
1,2
COMMENTS
Complement of A045650. - Michel Marcus, Jun 30 2015
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
Table[Floor[n + Log[n]], {n, 100}] (* T. D. Noe, May 21 2012 *)
PROG
(PARI) a(n)=n+log(n)\1 \\ Charles R Greathouse IV, Aug 07 2012
(Magma) [Floor(n+Log(n)): n in [1..80]]; // Vincenzo Librandi, Feb 15 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, May 17 2012
STATUS
approved