OFFSET
1,1
EXAMPLE
The second term is 53 which is a prime and is the reverse concatenation of 3 and 5 which are two consecutive Fibonacci numbers.
MATHEMATICA
Select[#[[2]]*10^IntegerLength[#[[1]]]+#[[1]]&/@Partition[Fibonacci[Range[500]], 2, 1], PrimeQ] (* Harvey P. Dale, Sep 01 2024 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Apr 17 2005
STATUS
approved