OFFSET
2,1
COMMENTS
The complement of A074366.
LINKS
Eric Weisstein's World of Mathematics, Previous Prime
EXAMPLE
a(5) = 235699, because this is the largest prime less than 235711 (concatenation of first 5 primes, written in decimal system).
MATHEMATICA
Table[NextPrime[FromDigits[Flatten[IntegerDigits[Prime[Range[n]]]]], -1], {n, 2, 17}]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Ilya Gutkovskiy, Aug 24 2016
STATUS
approved