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!)
A039228 Numbers whose base-12 representation has the same number of 1's and 10's. 1

%I #16 Jun 26 2021 11:09:03

%S 0,2,3,4,5,6,7,8,9,11,22,24,26,27,28,29,30,31,32,33,35,36,38,39,40,41,

%T 42,43,44,45,47,48,50,51,52,53,54,55,56,57,59,60,62,63,64,65,66,67,68,

%U 69,71,72,74,75,76,77,78,79,80,81,83,84,86,87,88,89,90,91,92,93

%N Numbers whose base-12 representation has the same number of 1's and 10's.

%H G. C. Greubel, <a href="/A039228/b039228.txt">Table of n, a(n) for n = 1..5000</a>

%t Select[Range[0,120],DigitCount[#,12,1]==DigitCount[#,12,10]&] (* _Harvey P. Dale_, May 11 2011 *)

%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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)