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!)
A049359 Digitally balanced numbers in base 8: equal numbers of 0's, 1's, ..., 7's. 4

%I #12 Apr 19 2013 08:47:34

%S 2177399,2177406,2177455,2177469,2177518,2177525,2177847,2177854,

%T 2177959,2177980,2178022,2178036,2178351,2178365,2178407,2178428,

%U 2178533,2178540,2178862,2178869,2178918,2178932,2178981,2178988

%N Digitally balanced numbers in base 8: equal numbers of 0's, 1's, ..., 7's.

%H Vincenzo Librandi, <a href="/A049359/b049359.txt">Table of n, a(n) for n = 1..720</a>

%e 2177399 is 10234567 in base 8.

%t Select[Range[2100000,2200000],Union[DigitCount[#,8]]=={1}&] (* _Harvey P. Dale_, Sep 14 2012 *)

%Y Cf. A031443.

%K nonn,base

%O 1,1

%A _Harvey P. Dale_

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 April 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)