OFFSET
1,1
EXAMPLE
144 is a Fibonacci number in which the difference between the largest digit and the smallest digit is a prime. 20365011074 is a Fibonacci number in which the difference between the largest digit and the smallest digit is a prime.
MATHEMATICA
Select[Fibonacci[Range[1000]], PrimeQ[Max[IntegerDigits[#]]-Min[ IntegerDigits[ #]]]&] (* Harvey P. Dale, Aug 09 2019 *)
CROSSREFS
KEYWORD
base,nonn,less
AUTHOR
Parthasarathy Nambi, Aug 27 2009
EXTENSIONS
More terms from Harvey P. Dale, Aug 09 2019
Corrected by Harvey P. Dale, Aug 10 2019
STATUS
approved