login
Positive numbers having the same set of digits in base 6 and base 10.
2

%I #16 Apr 23 2021 22:23:42

%S 1,2,3,4,5,331,1014,1045,1135,1145,1151,1440,1504,3142,3225,3321,3332,

%T 3402,5003,5143,10104,10225,10335,10350,10420,10542,11023,11132,11240,

%U 11324,11425,11520,11552,12103,12213,12223,12235,12320,13014,13341

%N Positive numbers having the same set of digits in base 6 and base 10.

%H John Cerkan, <a href="/A037437/b037437.txt">Table of n, a(n) for n = 1..10000</a>

%e 1145 is in the sequence because 1145 in base 6 is 5145.

%t Select[Range[14000],Union[IntegerDigits[#]]==Union[IntegerDigits[ #,6]]&] (* _Harvey P. Dale_, Dec 09 2011 *)

%Y Subsequence of A037401.

%K nonn,base

%O 1,2

%A _Clark Kimberling_

%E More terms from _Don Reble_, Apr 28 2006

%E Edited by _John Cerkan_, Feb 17 2017