A246535 Largest number with at most n distinct digits in any base b >= 2 (written in decimal).
1, 43, 2462, 140081, 20338085, 2610787117
Offset: 1
Examples
a(2) = 43 since 43 has two distinct digits in bases 2 <= b <= 5, 7 <= b <= 41 and b = 43, and one distinct digit in bases b = 6, b = 42 and b >= 44. All greater numbers have at least 3 distinct digits in some base b >= 2.
Crossrefs
Cf. A037968.
Extensions
a(6) from Hiroaki Yamanouchi, Sep 21 2014
Comments