OFFSET
0,2
EXAMPLE
1149851 is in the sequence because (1) it is a Lucas number and (2)the sum of its digits 1+1+4+9+8+5+1=29 is also a Lucas number.
MATHEMATICA
Module[{nn=300, luc}, luc=LucasL[Range[nn]]; Select[luc, MemberQ[luc, Total[ IntegerDigits[#]]]&]] (* Harvey P. Dale, Apr 19 2018 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), Apr 15 2006
EXTENSIONS
More terms from Joshua Zucker, May 11 2006
STATUS
approved