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.

A338047 Lexicographically earliest sequence of nonnegative integers such that for any n >= 0, a(n) does not appear in the XOR-triangle with bottom row (a(0), ..., a(n-1)).

Original entry on oeis.org

0, 1, 2, 4, 8, 9, 11, 16, 17, 18, 21, 22, 32, 33, 34, 35, 36, 37, 38, 39, 42, 43, 44, 45, 46, 48, 52, 64, 65, 66, 68, 69, 72, 73, 75, 77, 79, 80, 81, 82, 85, 92, 93, 95, 98, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 138, 140, 142, 143, 144, 145, 147
Offset: 0

Views

Author

Rémy Sigrist, Oct 08 2020

Keywords

Comments

All powers of 2 appear in the sequence.

Examples

			The first terms, alongside the corresponding XOR-triangle, are:
                                            6
                                        2       4
                                   17      19      23
                               29      12      31       8
                            1      28      16      15       7
                        0       1      29      13       2       5
                    8       8       9      20      25      27      30
                 7     15       7      14      26       3      24      6
              2     5      10      13       3      25      26       2      4
           1     3      6      12       1       2      27       1      3      7
  a(n)| 0     1     2       4       8       9      11      16      17     18     21
  ----+----------------------------------------------------------------------------
  n   | 0     1     2       3       4       5       6       7       8      9     10
		

Crossrefs

Cf. A001651 (additive analog), A003987.

Programs

  • PARI
    See Links section.