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!)
A044980 Numbers whose base-3 representation contains exactly three 0's and no 1's. 0

%I #11 Jul 26 2023 01:38:31

%S 54,164,168,180,216,494,506,510,542,546,558,650,654,666,702,1484,1520,

%T 1532,1536,1628,1640,1644,1676,1680,1692,1952,1964,1968,2000,2004,

%U 2016,2108,2112,2124,2160,4454,4562,4598,4610,4614

%N Numbers whose base-3 representation contains exactly three 0's and no 1's.

%t Select[Range[5000],DigitCount[#,3,0]==3&&DigitCount[#,3,1]==0&] (* _Harvey P. Dale_, Jan 11 2016 *)

%Y Cf. A007089.

%K nonn,base

%O 1,1

%A _Clark Kimberling_

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 25 13:22 EDT 2024. Contains 371969 sequences. (Running on oeis4.)