Byte Heist Home Leaderboard
Join the Heist (with Github)
Solve View

Binary Compliment Reverse Sequence

A challenge by mousetail avatar mousetail

Description

The BCR sequence consists of numbers where, if you take the binary compliment and reverse it, you get back the original number.

The Sequence on OEIS

10 is one example of a BCR number. When written in binary, 10 becomes 1010. Reverse 1010 to create 0101, and the compliment of 0101 is 1010 which is 10 in decimal.

Print all the BCR numbers from 1 to 20,000, each on their own line.

Leaderboard

Author Score
#1 Bulmenisaurus avatar Bulmenisaurus 62
#2 AlephSquirrel avatar AlephSquirrel 64
#3 Mukundan314 avatar Mukundan314 66
#4 hallvabo avatar hallvabo 68
#5 anima-libera avatar anima-libera 74
#6 mousetail avatar mousetail 79
#7 Natanaelel avatar Natanaelel 81
#8 bassetmatt avatar bassetmatt 100
JavaScript (Deno) JavaScript (NodeJS) Python Rust C (tcc) APL (TinyAPL) Vyxal Vyxal 3
You must be logged in to submit a solution.