S000228


Index of Lucas numbers not containing the number 3.

0, 1, 3, 4, 5, 6, 7, 8, 9, 11, 13, 16, 18, 20, 21, 23, 25, 28, 29, 30, 32, 33, 37, 40, 42, 48, 56, 72, 81, 91, 92, 97, 109, 140, 144, 245

1

S000228

This sequence is probably complete.

T. D. Noe, Plot of 36 terms

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

Cf. S000225-S000234.

nonn,base

T. D. Noe, Aug 27 2014

© Tony D Noe 2014-2015