The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A329853 Numbers having twice as many terms in their Zeckendorf expansion as 1's in their binary expansion. 1
4, 16, 33, 72, 80, 129, 130, 132, 192, 258, 260, 264, 321, 513, 517, 528, 544, 608, 640, 768, 800, 896, 1025, 1028, 1032, 1056, 1184, 1216, 1280, 1538, 1540, 1552, 1792, 2050, 2054, 2057, 2060, 2064, 2082, 2088, 2113, 2177, 2180, 2184, 2240, 2304, 2308, 2336, 2368, 2432 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that A007895(k) = 2 * A000120(k).
LINKS
EXAMPLE
The binary expansion of 800, "1100100000", contains three 1's, and the Zeckendorf expansion contains six terms: 800 = 610 + 144 + 34 + 8 + 3 + 1. There are twice as many terms in the Zeckendorf expansion, so 800 is in the sequence.
MATHEMATICA
Position[DigitCount[(v = Select[Range[10^5], BitAnd[#, 2#] == 0 &]), 2, 1] / DigitCount[Range @ Length[v], 2, 1], _?(# == 2 &)]//Flatten (* Amiram Eldar, Jan 12 2020 after Jean-François Alcover at A007895 *)
CROSSREFS
Sequence in context: A034713 A101653 A043100 * A078714 A292208 A104125
KEYWORD
nonn,base
AUTHOR
Alex Ratushnyak, Nov 22 2019
STATUS
approved

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 May 27 16:57 EDT 2024. Contains 372880 sequences. (Running on oeis4.)