S000233


Index of Lucas numbers not containing the number 8.

0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 20, 21, 22, 23, 25, 26, 27, 28, 31, 34, 35, 39, 43, 45, 48, 49, 51, 58, 63, 64, 69, 70, 72, 79, 94, 98, 107, 119, 129, 130, 158, 220

1

S000233

This sequence is probably complete.

T. D. Noe, Plot of 49 terms

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

Cf. S000225-S000234.

nonn,base

T. D. Noe, Aug 27 2014

© Tony D Noe 2014-2015