login
Smallest available integer a(n) beginning with the last two reversed digits of a(n-1).
0

%I #5 Oct 09 2013 14:20:20

%S 11,111,112,21,12,211,113,31,13,311,114,41,14,411,115,51,15,511,116,

%T 61,16,611,117,71,17,711,118,81,18,811,119,91,19,911,1101,101,102,201,

%U 103,301,104,401,105,501,106,601,107,701,108,801,109,901,1011,1102,202,203

%N Smallest available integer a(n) beginning with the last two reversed digits of a(n-1).

%C The pattern "last two digits of a(n), period, first two digits of a(n+1)" is palindromic.

%C a(n) must be chosen so its rightmost digit is nonzero. - _Sam Alexander_, Jan 04 2005

%K base,easy,nonn

%O 1,1

%A _Eric Angelini_, Oct 01 2004

%E More terms from _Sam Alexander_, Jan 04 2005