A085863 Number of 9's in decimal expansion of Fibonacci(n).
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 2, 1, 0, 0, 2, 1, 0, 1, 1, 1, 1, 1, 1, 0, 3, 1, 0, 1, 0, 1, 3, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 3, 4, 1, 2, 2, 3, 1, 1, 2, 3, 0, 0, 2, 2, 5, 0, 4, 2, 2, 1, 4, 1, 1, 1, 0, 2, 6, 0, 2, 1, 4, 2, 0, 6, 1, 4
Offset: 0
Crossrefs
Programs
-
Mathematica
DigitCount[#,10,9]&/@Fibonacci[Range[0,110]] (* Harvey P. Dale, Jan 10 2017 *)