S000232


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

S000232

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

Cf. S000225-S000234.

nonn,base

T. D. Noe, Aug 27 2014

© Tony D Noe 2014-2015