OFFSET
1,2
LINKS
John Cerkan, Table of n, a(n) for n = 1..10000
EXAMPLE
545 is in the sequence because 545 in base 5 is 4140 and in base 8 it is 1041.
MATHEMATICA
Select[Range[5500], Union[IntegerDigits[#, 5]]==Union[IntegerDigits[#, 8]]&] (* Harvey P. Dale, Jun 01 2018 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Corrected by Don Reble, Apr 28 2006
Edited by John Cerkan, Feb 11 2017
STATUS
approved