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”).

A095255
a(n) = floor(10^n*log(n)).
0
0, 69, 1098, 13862, 160943, 1791759, 19459101, 207944154, 2197224577, 23025850929, 239789527279, 2484906649788, 25649493574615, 263905732961525, 2708050201102210, 27725887222397812, 283321334405621608
OFFSET
1,2
EXAMPLE
a(5) = floor(10000*log(5))= floor(10000*1.609437...) = 160943.
MATHEMATICA
Table[Floor[10^n Log[n]], {n, 20}] (* Harvey P. Dale, Dec 14 2011 *)
CROSSREFS
Sequence in context: A160833 A160831 A254683 * A253000 A295212 A264283
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Jun 17 2004
EXTENSIONS
More terms from Jason Earls, Jun 19 2004
STATUS
approved