OFFSET
0,2
COMMENTS
1 - log_10(9) is the probability that 9 occurs as the first significant digit in data collections according to Benford's law (see A007524).
LINKS
EXAMPLE
1 - log_10(9) = 0.0457574905606751254099441934897...
MATHEMATICA
Take[Prepend[First[RealDigits[N[1 - Log[10, 9], 120]]], 0], 101] (* Ryan Propper, Sep 14 2005, fixed by Vaclav Kotesovec, Apr 04 2020 *)
PROG
(PARI) 1 - log(9)/log(10) \\ Michel Marcus, Apr 04 2020
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Lekraj Beedassy, Mar 07 2005
EXTENSIONS
More terms from Ryan Propper, Sep 14 2005
a(100) corrected by Georg Fischer, Apr 04 2020
STATUS
approved