S000222


Index of Fibonacci numbers not containing the number 7.

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 18, 19, 21, 24, 26, 27, 29, 30, 31, 36, 38, 39, 40, 41, 46, 50, 52, 55, 57, 73, 85, 95, 99, 106, 115, 141, 166, 174, 224

1

S000222

This sequence is probably complete.

T. D. Noe, Plot of 44 terms

(Mma) t = {}; Do[d = IntegerDigits[Fibonacci[n]]; If[! MemberQ[d, 7], AppendTo[t, n]], {n, 0, 1000}]; t

Cf. A076564A176253S000217-S000224.

nonn,base

T. D. Noe, Aug 27 2014

© Tony D Noe 2014-2015