OFFSET
0,1
COMMENTS
FORMULA
a(n) = A232125(n)/10^n.
EXAMPLE
a(0)=53 is the least prime that cannot be extended to another prime by appending some digit.
a(1)=5 is the least prime that can be extended ("once") to another prime, by appending the digit "3", such that the new prime cannot be extended further. (Indeed, 2 can be extended to 23 or 29, and 3 can be extended to 31 and 37, but all these allow at least one further extension to some prime, e.g., 233, 293, 311 and 373.)
a(3) = 2 is the first prime in the chain (2, 23, 239, 2393) where a digit is added 3 times to yield another prime, while adding any digit to the last term will give a composite. Here, 2393 is the least prime to occur in such a sequence of length 4=1+3.
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
Michel Marcus and M. F. Hasler, Nov 19 2013
STATUS
approved