login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A043534
Number of distinct base-7 digits of n.
2
1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 3, 3, 3, 3, 3, 2, 1, 2, 2, 2, 2, 2, 3, 2, 2, 3, 3, 3, 3, 3, 2, 3, 2, 3, 3, 3, 3, 2, 3, 3, 2, 3, 3, 3, 2, 3, 3, 3, 2, 3
OFFSET
1,7
LINKS
MAPLE
seq(nops(convert(convert(n, base, 7), set)), n=1..100); # Robert Israel, Sep 18 2016
MATHEMATICA
Table[Length[Union[IntegerDigits[n, 7]]], {n, 100}] (* Harvey P. Dale, Jun 22 2024 *)
CROSSREFS
Cf. A007093.
Sequence in context: A307359 A368860 A297775 * A043559 A083165 A297776
KEYWORD
nonn,base
STATUS
approved