OFFSET
0,4
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
EXAMPLE
a(50)=9 because 3 appears 9 times in the first 50 digits of pi and other digits appear less frequently
MATHEMATICA
Module[{nn=90, pidg}, pidg=RealDigits[Pi, 10, nn][[1]]; Table[Max[ Transpose[ Tally[ Take[pidg, n]]][[2]]], {n, nn}]] (* Harvey P. Dale, Apr 06 2016 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Henry Bottomley, Mar 08 2000
STATUS
approved