%I #5 Sep 16 2015 12:39:47
%S 0,1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,23,25,27,29,31,38,41,49,52,60,
%T 64,69,73,78,82,91,100,106,112,122,134,140,148,154,163,170,179,185,
%U 190,200,212,227,234,244,256,264,277,286,296,307,317,328,337
%N To compute the next term, add to n the number t, where t is the number of [last digit of n]'s used so far in the sequence.
%e Example: 0,1,2,3,4,5,6,7,8,9,10,12,... What follows 12? Answer: 12 + (2 = number of 2's used so far in the sequence) = 14.
%K nonn,base
%O 0,3
%A _Eric Angelini_, Aug 06 2007
%E More terms from _Stefan Steinerberger_, Aug 06 2007