OFFSET
1,2
COMMENTS
It is known that 1, 2, and 8 are the only numbers in the intersection.
MATHEMATICA
Module[{nn=40, p2}, p2=Floor[Log2[Fibonacci[nn]]]; Join[Fibonacci[Range[nn]], 2^Range[0, p2]]//Union] (* Harvey P. Dale, Aug 31 2024 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Franklin T. Adams-Watters, Oct 30 2013
STATUS
approved