The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A039032 Numbers whose base-7 representation has the same number of 0's and 3's. 1

%I #14 Jun 20 2021 15:03:00

%S 1,2,4,5,6,8,9,11,12,13,15,16,18,19,20,21,29,30,32,33,34,36,37,39,40,

%T 41,43,44,46,47,48,52,57,58,60,61,62,64,65,67,68,69,70,78,79,81,82,83,

%U 85,86,88,89,90,92,93,95,96,97,101,106,107,109,110,111,113,114,116

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

%H Daniel Starodubtsev, <a href="/A039032/b039032.txt">Table of n, a(n) for n = 1..10000</a>

%t Select[Range[200],DigitCount[#,7,0]==DigitCount[#,7,3]&] (* _Harvey P. Dale_, Feb 11 2015 *)

%Y Cf. A007093.

%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 May 14 07:09 EDT 2024. Contains 372530 sequences. (Running on oeis4.)