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!)
A329852 Numbers having twice as many 1's in their binary expansion as terms in their Zeckendorf expansion. 1
3, 5, 15, 23, 29, 34, 39, 57, 58, 60, 90, 92, 95, 102, 111, 125, 126, 144, 147, 149, 159, 165, 178, 183, 207, 237, 243, 249, 267, 335, 343, 390, 399, 413, 414, 432, 435, 437, 447, 467, 469, 474, 495, 500, 503, 612, 619, 621, 633, 634, 636, 667, 670, 686, 700 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that A000120(k) = 2 * A007895(k).
LINKS
EXAMPLE
The binary expansion of 15, "1111", contains four 1's, and the Zeckendorf expansion contains two terms: 15 = 13 + 2. There are twice as many 1's in the binary expansion, so 15 is in the sequence.
MATHEMATICA
Position[DigitCount[(v = Select[Range[10^4], BitAnd[#, 2#] == 0 &]), 2, 1] / DigitCount[Range @ Length[v], 2, 1], _?(# == 1/2 &)]//Flatten (* Amiram Eldar, Jan 12 2020 after Jean-François Alcover at A007895 *)
CROSSREFS
Sequence in context: A210111 A121219 A113732 * A283908 A284409 A006977
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 April 24 06:24 EDT 2024. Contains 371918 sequences. (Running on oeis4.)