Index of Lucas numbers not containing the number 7.
0, 1, 2, 3, 5, 6, 7, 10, 11, 12, 13, 14, 15, 19, 22, 24, 27, 29, 30, 31, 35, 36, 37, 39, 43, 46, 54, 55, 60, 62, 63, 65, 66, 67, 71, 87, 90, 97, 98, 103, 166
1
This sequence is probably complete.
T. D. Noe, Plot of 41 terms
(Mma) t = {}; Do[d = IntegerDigits[LucasL[n]]; If[! MemberQ[d, 7], AppendTo[t, n]], {n, 0, 1000}]; t
nonn,base
T. D. Noe, Aug 27 2014