OFFSET
0,1
COMMENTS
This is not quite the "tail" of the numbers in A068120 because of the restriction that a(n) cannot begin with a zero. For example, a(25) = 153; 25252525252525252525252525252525252525252525252525153 is a prime, but it is greater than A068120(25) = 25252525252525252525252525252525252525252525252525061. - Dan Dima, Jan 29 2007
EXAMPLE
a(0) = 2 because appending 2 to a zero-length string (i.e., 0 0's) yields 2, which is prime.
a(1) = 3 because appending a 3 to 1 yields 13, which is prime; a(1) is not 1, because appending a 1 to 1 yields 11, which (although prime) contains more than one 1 in a row.
a(2) = 3 because appending a 3 to 22 yields 223 (prime), whereas appending a 1 produces the nonprime 221=13*17.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Robert G. Wilson v, Feb 22 2002
EXTENSIONS
Examples edited, and definition edited to match the rationale for a(1)=3 (not 1), by Jon E. Schoenfield, Sep 21 2013
STATUS
approved