%I #13 Apr 23 2021 22:23:24
%S 1,2,3,4,5,212,271,352,417,757,913,932,1544,1568,1792,2272,3088,3125,
%T 3188,3810,3838,3845,3848,3852,3893,6728,6768,6769,6770,6771,6772,
%U 6773,6809,6985,7501,7717,7735,8024,8030,8048,8069,8186,8262,8263
%N Positive numbers having the same set of digits in base 6 and base 9.
%H Harvey P. Dale, <a href="/A037436/b037436.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Range[9000],Union[IntegerDigits[#,6]]==Union[IntegerDigits[#,9]]&] (* _Harvey P. Dale_, Feb 23 2015 *)
%K nonn,base
%O 1,2
%A _Clark Kimberling_
%E More terms from _Don Reble_, Apr 28 2006