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

%I #12 Jul 01 2021 02:12:26

%S 94,127,238,271,382,415,526,559,670,703,814,847,958,991,1018,1030,

%T 1042,1054,1066,1078,1090,1114,1126,1128,1129,1130,1131,1132,1133,

%U 1134,1136,1137,1139,1150,1246,1279,1390,1423,1447,1459,1471,1483

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

%t Select[Range[1500],DigitCount[#,12,7]==DigitCount[#,12,10]>0&] (* _Harvey P. Dale_, May 19 2014 *)

%K nonn,base,easy

%O 1,1

%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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)