OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..3000
EXAMPLE
89888786858483 belongs to the sequence because it is a prime number obtained by concatenating all the consecutive decreasing numbers from 89 to 83 with the primes 89 and 83.
MATHEMATICA
Select[FromDigits[Flatten[IntegerDigits/@Reverse[Range[#[[1]], #[[2]]]]]]&/@Partition[ Prime[ Range[500]], 2, 1], PrimeQ] (* Harvey P. Dale, May 12 2022 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Felice Russo, Jan 19 2000
STATUS
approved