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!)
A045065 Numbers whose base-4 representation contains no 0's and exactly four 3's. 0

%I #11 May 27 2023 20:37:39

%S 255,511,767,895,959,991,1007,1015,1019,1021,1022,1535,1791,1919,1983,

%T 2015,2031,2039,2043,2045,2046,2559,2815,2943,3007,3039,3055,3063,

%U 3067,3069,3070,3455,3519,3551,3567,3575,3579,3581

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

%t Select[Range[4500],DigitCount[#,4,0]==0 && DigitCount[#,4,3]==4&] (* _Harvey P. Dale_, Mar 18 2011 *)

%Y Cf. A007090.

%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 06:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)