Answer:
Benford's Law predicts the frequency of leading digits using base-10 logarithms which predict that specific frequencies will decrease from 1 to 9.
It predicts that in a large set of data, the leading digits will be as following:
Leading number Probability of appearance
1 30%
2 18%
3 12%
4 10%
5 8%
6 7%
7 6%
8 5%
9 4%
Benford's Law is used by forensic accountants since people who fabricate data figures tend to distribute the leading digits uniformly. If you compare the distribution of the leading digits of the data sample with the expected distribution using Benford's Law you can detect any anomaly (e.g. if number 3 shows up 30% of the time instead of around 12%).