S000220


Index of Fibonacci numbers not containing the number 4.

0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 13, 14, 15, 16, 17, 20, 22, 23, 25, 26, 28, 32, 34, 38, 46, 47, 50, 52, 53, 54, 58, 64, 65, 66, 71, 82, 87, 88, 102, 103, 114

1

S000220

This sequence is probably complete.

T. D. Noe, Plot of 42 terms

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

Cf. A076564A176253S000217-S000224.

nonn,base

T. D. Noe, Aug 27 2014

© Tony D Noe 2014-2015