cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A358875 Regular table of distinct nonnegative integers built by greedy algorithm such the binary expansions of two distinct terms in the same row have no common 1's.

This page as a plain text file.
%I A358875 #11 Dec 06 2022 07:50:05
%S A358875 0,1,2,3,4,8,5,10,16,32,6,9,48,64,128,7,24,96,256,512,1024,11,20,160,
%T A358875 320,1536,2048,4096,12,17,34,192,768,3072,8192,16384,13,18,224,1280,
%U A358875 2560,12288,32768,65536,131072,14,33,80,384,3584,20480,40960,196608,262144,524288
%N A358875 Regular table of distinct nonnegative integers built by greedy algorithm such the binary expansions of two distinct terms in the same row have no common 1's.
%C A358875 This sequence is a variant of A076034, and is a bijection from the positive integers to the nonnegative integers (with inverse A358876).
%C A358875 Powers of 2 appear in natural order.
%H A358875 Rémy Sigrist, <a href="/A358875/b358875.txt">Table of n, a(n) for n = 1..10011</a>
%H A358875 Rémy Sigrist, <a href="/A358875/a358875.gp.txt">PARI program</a>
%H A358875 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>
%e A358875 Table begins:
%e A358875     0,
%e A358875     1, 2,
%e A358875     3, 4, 8,
%e A358875     5, 10, 16, 32,
%e A358875     6, 9, 48, 64, 128,
%e A358875     7, 24, 96, 256, 512, 1024,
%e A358875     11, 20, 160, 320, 1536, 2048, 4096,
%e A358875     12, 17, 34, 192, 768, 3072, 8192, 16384,
%e A358875     13, 18, 224, 1280, 2560, 12288, 32768, 65536, 131072,
%e A358875     ...
%o A358875 (PARI) See Links section.
%Y A358875 Cf. A076034, A358876 (inverse).
%K A358875 nonn,base,tabl
%O A358875 1,3
%A A358875 _Rémy Sigrist_, Dec 04 2022