A069613 a(1) = 1; a(2n) is smallest prime starting with a(2n-1) and a number with no insignificant zeros, and a(2n+1) is smallest prime ending in a(2n-1). Alternate left and right concatenation yielding primes.
1, 11, 211, 2111, 22111, 2211127, 12211127, 122111279, 14122111279, 1412211127927, 211412211127927, 21141221112792721, 1321141221112792721, 132114122111279272169, 27132114122111279272169, 2713211412211127927216947
Offset: 1
Examples
a(4) = 2111 starting with a(3) =211 and a(5) = 22111 ending in a(4) = 2111.
Extensions
More terms from Robert Gerbicz, Aug 27 2002
Name clarified by Sean A. Irvine, May 07 2024
Comments