login
A014244
(n-th Lucas number that is not 1) - (n-th number that is 1 or not a Lucas number).
1
2, 2, 2, 5, 10, 20, 37, 64, 110, 185, 307, 505, 826, 1345, 2187, 3550, 5756, 9326, 15103, 24451, 39577, 64052, 103654, 167731, 271412, 439172, 710614, 1149817, 1860463, 3010313, 4870810, 7881158
OFFSET
1,1
LINKS
MATHEMATICA
b:= Complement[Range[1, 200], LucasL[Range[20]]]; Join[{2}, Table[LucasL[n+2] - b[[n]], {n, 1, 39}]] (* G. C. Greubel, Jun 22 2019 *)
CROSSREFS
Sequence in context: A008295 A216694 A116697 * A216634 A208054 A059814
KEYWORD
nonn
EXTENSIONS
Corrected by T. D. Noe, Oct 31 2006
STATUS
approved