OFFSET
1,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
W. Hürlimann, Integer powers and Benford's law, International Journal of Pure and Applied Mathematics, vol. 11, no. 1, pp. 39-46, 2004.
FORMULA
a(n) = floor(sqrt(10^n/5)).
PROG
(Magma) [Floor(Sqrt(10^n/5)) : n in [1..30]]; // Vincenzo Librandi, Oct 01 2011
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Werner S. Hürlimann (whurlimann(AT)bluewin.ch), Jun 05 2003
EXTENSIONS
Edited by Don Reble, Nov 05 2005
Reference fixed by Charles R Greathouse IV, Oct 30 2009
More terms from Vincenzo Librandi, Oct 01 2011
STATUS
approved