S000227


Index of Lucas numbers not containing the number 2.

1, 2, 3, 4, 5, 6, 8, 9, 11, 14, 15, 17, 18, 19, 22, 23, 25, 28, 29, 30, 31, 32, 33, 38, 42, 44, 47, 49, 56, 57, 65, 82, 85, 86, 94, 118, 195, 233

1

S000227

This sequence is probably complete.

T. D. Noe, Plot of 38 terms

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

Cf. S000225-S000234.

nonn,base

T. D. Noe, Aug 27 2014

© Tony D Noe 2014-2015