OFFSET
1,2
LINKS
John Cerkan, Table of n, a(n) for n = 1..10000
EXAMPLE
227 is in the sequence because 227 in base 7 is 443 and in base 8 it is 343.
MATHEMATICA
Select[Range[6000], Union[IntegerDigits[#, 7]]==Union[IntegerDigits[#, 8]]&] (* Harvey P. Dale, Jul 22 2015 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Don Reble, Apr 28 2006
Edited by John Cerkan, Feb 17 2017
STATUS
approved