S000225


Index of Lucas numbers not containing the number 0.

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 25, 26, 29, 33, 36, 39, 40, 47, 50, 51, 53, 57, 59, 75, 79, 86, 96, 128, 130, 135, 146, 153, 401

1

S000225

This sequence is probably complete. Lucas(401) is the 84-digt number 636859659398517544694442828466283497156148855391289274759929181439119961492464363251.

T. D. Noe, Plot of 44 terms

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

Cf. S000226-S000234.

nonn,base

T. D. Noe, Aug 27 2014

© Tony D Noe 2014-2015