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.

A367264 a(n) = A367262(0) XOR ... XOR A367262(n) (where XOR denotes the bitwise XOR operator).

Original entry on oeis.org

0, 1, 3, 7, 4, 2, 5, 13, 8, 6, 15, 31, 21, 30, 18, 29, 16, 9, 24, 10, 25, 12, 26, 14, 22, 11, 28, 60, 38, 61, 33, 63, 32, 17, 48, 19, 49, 20, 50, 27, 51, 23, 59, 123, 92, 118, 93, 112, 94, 113, 65, 115, 64, 116, 66, 119, 79, 120, 67, 122, 70, 124, 62, 127, 58
Offset: 0

Views

Author

Rémy Sigrist, Nov 11 2023

Keywords

Comments

All terms are distinct.
Will every nonnegative integer appear?

Examples

			a(2) = A367262(0) XOR A367262(1) XOR A367262(2) = 0 XOR 1 XOR 2 = 3.
		

Crossrefs