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!)
A039581 Numbers whose base-6 representation has the same number of 0's, 3's and 5's. 1

%I #12 Jul 01 2021 03:40:15

%S 1,2,4,7,8,10,13,14,16,25,26,28,43,44,46,49,50,52,61,62,64,79,80,82,

%T 85,86,88,97,98,100,113,138,151,152,154,157,158,160,169,170,172,183,

%U 198,239,249,259,260,262,265,266,268,277,278,280,295,296,298,301,302

%N Numbers whose base-6 representation has the same number of 0's, 3's and 5's.

%H Harvey P. Dale, <a href="/A039581/b039581.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Range[400],DigitCount[#,6,0]==DigitCount[#,6,3]==DigitCount[ #,6,5]&] (* _Harvey P. Dale_, Mar 20 2016 *)

%Y Cf. A007092.

%K nonn,base,easy

%O 1,2

%A _Olivier GĂ©rard_

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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)