login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A045071
Numbers whose base-4 representation contains exactly two 0's and no 3's.
0
16, 32, 65, 66, 68, 72, 80, 96, 129, 130, 132, 136, 144, 160, 261, 262, 265, 266, 273, 274, 276, 280, 289, 290, 292, 296, 321, 322, 324, 328, 336, 352, 385, 386, 388, 392, 400, 416, 517, 518, 521, 522, 529, 530, 532, 536, 545
OFFSET
1,1
MATHEMATICA
Select[Range[600], DigitCount[#, 4, 0]==2&&DigitCount[#, 4, 3]==0&] (* Harvey P. Dale, Apr 07 2022 *)
CROSSREFS
Cf. A007090.
Sequence in context: A067053 A271634 A031463 * A007824 A235056 A115686
KEYWORD
nonn,base
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 24 00:34 EDT 2024. Contains 376185 sequences. (Running on oeis4.)