%I #4 Mar 31 2012 13:46:50
%S 0,1,2,10,12,13,21,23,24,32,34,35,43,45,46,54,56,57,65,67,68,76,78,79,
%T 87,88,90,100,102,110,112,120,122,130,132,140,142,150,152,160,162,170,
%U 172,180,182,190,192,193,201,203,211,213,221,223,241,243,251,253,261
%N Slowest increasing sequence where the absolute difference between the last digit of a(n) and the first digit of a(n+1) equals 1.
%C This is the slowest growing such sequence in the limiting sense; any other such sequence b must eventually have b(n) > a(n) for sufficiently large n. It is not the slowest growing in the greedy or lexical sense. "Slowest growing" in this sense does not necessarily exist for arbitrary properties, but it does in this case. - _Franklin T. Adams-Watters_, Oct 25 2006
%K base,easy,nonn
%O 0,3
%A _Eric Angelini_, Dec 15 2004