A085861 Number of 7's in decimal expansion of Fibonacci(n).
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 1, 0, 0, 1, 0, 2, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 2, 1, 0, 2, 0, 0, 0, 0, 1, 1, 2, 1, 0, 2, 2, 4, 0, 1, 0, 1, 3, 0, 2, 0, 2, 1, 1, 2, 2, 2, 2, 4, 4, 1, 2, 1, 1, 1, 1, 0, 1, 3, 2, 4, 1, 2, 2, 2, 2, 2, 1, 0, 3, 2, 3, 4, 2, 1, 2, 2, 3, 0, 2, 2, 2, 0, 2, 3, 4, 2, 2
Offset: 0
Crossrefs
Programs
-
Mathematica
DigitCount[Fibonacci[Range[0,110]],10,7] (* Harvey P. Dale, Jul 11 2020 *)