OFFSET
1,3
COMMENTS
If we add the condition of increasing digits, there are only 9 terms.
MATHEMATICA
DeleteDuplicates[Select[Fibonacci[Range[0, 49]], DeleteDuplicates[d=IntegerDigits[#]]==d &]] (* Amiram Eldar, Nov 15 2018 *)
Select[Fibonacci[Range[0, 40]], Max[DigitCount[#]]==1&]//Union (* Harvey P. Dale, Dec 11 2023 *)
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
Enrique Navarrete, Nov 15 2018
STATUS
approved