S000230


Index of Lucas numbers not containing the number 5.

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 19, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 35, 38, 39, 40, 43, 46, 47, 49, 52, 55, 62, 65, 68, 74, 76, 77, 90, 102, 105, 107, 113, 151, 156, 163

1

S000230

This sequence is probably complete.

T. D. Noe, Plot of 53 terms

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

Cf. S000225-S000234.

nonn,base

T. D. Noe, Aug 27 2014

© Tony D Noe 2014-2015