login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A044956 Numbers with no two equally numerous base 7 digits. 3
1, 2, 3, 4, 5, 6, 8, 16, 24, 32, 40, 48, 49, 50, 56, 57, 58, 59, 60, 61, 62, 64, 65, 71, 73, 78, 81, 85, 89, 92, 97, 98, 100, 106, 107, 112, 113, 114, 115, 116, 117, 118, 121, 122, 128, 130, 135, 138, 142, 146, 147, 150, 155, 157, 163, 164 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
106 in base 7 is 211, which has one more 1 than it has 2's.
107 in base 7 is 212, which has one more 2 than it has 1's.
108 in base 7 is 213. Since each digit occurs as many times as the others (once each), 108 is not in the sequence.
MATHEMATICA
enb7Q[n_] := Module[{t = Tally[IntegerDigits[n, 7]][[All, 2]]}, Length[t] == Length[Union[t]]]; Select[Range[200], enb7Q] (* Harvey P. Dale, Jul 26 2018 *)
CROSSREFS
Cf. A007093 (numbers in base 7), A023802.
Sequence in context: A156981 A271949 A039089 * A297139 A044818 A048304
KEYWORD
nonn,base
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 7 13:58 EDT 2024. Contains 372310 sequences. (Running on oeis4.)