login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A212454
Ceiling(5n + log(5n)).
10
7, 13, 18, 23, 29, 34, 39, 44, 49, 54, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 156, 161, 166, 171, 176, 181, 186, 191, 196, 201, 206, 211, 216, 221, 226, 231, 236, 241, 246, 251, 256, 261, 266, 271, 276, 281
OFFSET
1,1
LINKS
MATHEMATICA
Table[Ceiling[5*n + Log[5*n]], {n, 100}] (* T. D. Noe, May 21 2012 *)
PROG
(Magma) [Ceiling(5*n + Log(5*n)): n in [1..80]]; // Vincenzo Librandi, Feb 14 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, May 17 2012
STATUS
approved