A085862 Number of 8's in decimal expansion of Fibonacci(n).
0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 2, 0, 0, 1, 2, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 2, 1, 0, 2, 0, 2, 1, 2, 1, 1, 1, 3, 1, 1, 0, 0, 1, 2, 1, 1, 2, 0, 2, 1, 0, 3, 2, 0, 1, 3, 1, 1, 3, 2, 1, 3, 0, 1, 2, 2, 0, 5, 4, 1, 2, 2, 3, 1, 2, 3
Offset: 0
Crossrefs
Programs
-
Mathematica
DigitCount[#,10,8]&/@Fibonacci[Range[00,250]] (* Harvey P. Dale, May 18 2011 *)