Write a number in base 4 and forbid the digits 2 and 3: you get 0, 1, 4, 5, 16, 17, 20, 21, 64, 65, 68, 69, 80... — the Moser-de Bruijn numbers, the sums of distinct powers of 4. The sequence is 2-automatic, part of the Stanley family, and carries one of the prettiest structural laws in additive number theory: every integer splits uniquely as a plus twice b with both parts in the set.
Moser-de Bruijn Numbers Generator builds the sequence term by term by translating binary into base 4 — term m is the bits of m read as quaternary digits. Choose a start index and a count, inspect the base-4 form on every row, and copy or download the complete list. BigInt values stay exact at any size.