login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A123760
Numbers whose binary expansion is 1xy100...0 where x,y = 0 or 1.
4
9, 11, 13, 15, 18, 22, 26, 30, 36, 44, 52, 60, 72, 88, 104, 120, 144, 176, 208, 240, 288, 352, 416, 480, 576, 704, 832, 960, 1152, 1408, 1664, 1920, 2304, 2816, 3328, 3840, 4608, 5632, 6656, 7680, 9216, 11264, 13312, 15360, 18432, 22528, 26624
OFFSET
1,1
LINKS
FORMULA
a(n) = 2*a(n-4) for n > 4.
A093873(a(n)) = 3.
Sum_{n>=1} 1/a(n) = 4448/6435. - Amiram Eldar, Mar 28 2022
MATHEMATICA
Union[Join @@ (Table[FromDigits[Join[#, Table[0, {n}]], 2], {n, 0, 11}] & /@ {{1, 0, 0, 1}, {1, 0, 1, 1}, {1, 1, 0, 1}, {1, 1, 1, 1}})] (* Amiram Eldar, Mar 28 2022 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Oct 13 2006
STATUS
approved