A152397 Similar to A152396, but here the requirement is for finding any n primes, not necessarily from the shortest concatenations.
4, 10, 73, 100, 8338
Offset: 1
Examples
21, 32, and 321 are all composite, and 43 is prime. So a(1)=4. Then the first stem resulting in 2 primes is 10, with 109 and 10987 both prime. So a(2)=10. 73 produces 4 primes in this way if improper concatenation (including 73 itself) is included, but it is not. Since stem values from 11 through 72 never produce more than 2 primes properly, a(3)=73.
Extensions
a(5) added by James G. Merickel, Feb 06 2014
Comments