OFFSET
1,2
LINKS
John Cerkan, Table of n, a(n) for n = 1..10000
EXAMPLE
1145 is in the sequence because 1145 in base 6 is 5145.
MATHEMATICA
Select[Range[14000], Union[IntegerDigits[#]]==Union[IntegerDigits[ #, 6]]&] (* Harvey P. Dale, Dec 09 2011 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Don Reble, Apr 28 2006
Edited by John Cerkan, Feb 17 2017
STATUS
approved