Apart from 11, each other term in this sequence appears to also be a factor of the number formed by concatenating (n+3), (n+2) and (n+1) in that order. All terms appear to be prime. When evaluating concat((n+3),(n+2),(n+1)) - concat((n-3),(n-2),(n-1)) for members larger than 11 the difference appears to always be a number of the form 6(0)...4(0)...2 with the same number of zeros on both sides of the 4. The member will be a prime factor of this number. By factoring numbers of the form 6(0)...4(0)...2 and testing the results, three further members of this sequence have been found: 2723957777, 1260049494294190236301929754269107568067 and 103945392111236434211250670719387720140245499. I have not included these in the list of members above as they were not arrived at through brute force as the first 4 terms were and there may be other intervening terms.