OFFSET
1,2
LINKS
John Cerkan, Table of n, a(n) for n = 1..10000
EXAMPLE
1422 is in the sequence because 1422 in base 5 is 21142.
MATHEMATICA
Select[Range[11000], Union[IntegerDigits[#]]==Union[IntegerDigits[#, 5]]&] (* Harvey P. Dale, Aug 16 2014 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Don Reble, Apr 28 2006
Edited by John Cerkan, Feb 13 2017
STATUS
approved