login
A037358
Numbers whose base-5 and base-6 expansions have no digits in common.
1
5, 10, 16, 20, 21, 26, 27, 28, 35, 65, 67, 79, 84, 103, 104, 105, 111, 114, 125, 129, 130, 131, 135, 136, 137, 156, 158, 162, 168, 177, 178, 206, 208, 215, 262, 263, 324, 385, 388, 425, 427, 456, 458, 466, 468, 469, 473, 474, 475
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[500], Intersection[IntegerDigits[#, 5], IntegerDigits[#, 6]]=={}&] (* Vincenzo Librandi, Jun 08 2012 *)
CROSSREFS
Sequence in context: A313819 A313820 A313821 * A313822 A313823 A262255
KEYWORD
nonn,base
STATUS
approved