Leaders of the Pack

by Simon Whitechapel

The Fibonacci sequence is the sequence 0, 1, 1, 2, 3, 5, 8, 13, 21, 34..., in which fn = fn-1 + fn-2. The distribution of leading digits (the first digit of a number reading from the left) in the sequence follows Benford’s law, which states that in base b, the leading digit n occurs with the frequency logb(n + 1) − logb(n). In base ten, this means that the leading digit 1 occurs 30.1% of the time, the leading digit 2 occurs 17.6% of the time, and so on. The following table gives the actual percentages of the leading digits in the first 10,000 Fibonacci numbers for the bases 3 to 10 (the percentage in smaller type gives the frequency expected by Benford's Law).

Digit Base=345678910
162.9949.9943.0638.7035.6833.3231.5030.11
 63.0950.0043.0738.6935.6233.3331.5530.10
237.0129.2425.2222.6520.8219.5118.5117.62
 36.9129.2525.1922.6320.8419.5018.4517.61
3 20.7817.8716.0614.7713.8413.0712.50
  20.7517.8716.0614.7813.8313.0912.49
4  13.8612.4211.4510.7210.139.68
   13.8612.4511.4710.7310.169.69
5   10.189.418.778.307.93
    10.189.378.778.307.92
6    7.887.417.016.68
     7.927.417.026.69
7     6.446.135.80
      6.426.085.80
8      5.365.13
       5.365.12
9       4.56
        4.58

Maths Index

Main Index