OFFSET
1,2
COMMENTS
The next term is too large to include. - Joshua Zucker, May 11 2006
EXAMPLE
39603 is in the sequence because (1)it is a Lucas number and (2)the sum of its digits 3+9+6+0+3=21 is a Fibonacci number.
MATHEMATICA
With[{fibs=Fibonacci[Range[50]]}, Select[LucasL[Range[300]], MemberQ[ fibs, Total[ IntegerDigits[#]]]&]] (* Harvey P. Dale, Mar 28 2015 *)
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