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.

Showing 1-2 of 2 results.

A367263 Inverse permutation to A367262.

Original entry on oeis.org

0, 1, 2, 4, 3, 8, 5, 6, 7, 10, 12, 13, 14, 16, 9, 15, 11, 18, 19, 20, 23, 21, 22, 26, 24, 17, 28, 29, 30, 25, 31, 32, 27, 34, 36, 35, 41, 37, 38, 44, 40, 39, 45, 46, 42, 47, 48, 49, 50, 33, 51, 52, 53, 55, 54, 57, 56, 59, 61, 58, 60, 66, 70, 69, 43, 63, 62, 65
Offset: 0

Views

Author

Rémy Sigrist, Nov 11 2023

Keywords

Examples

			A367262(42) = 44, hence a(44) = 42.
		

Crossrefs

Cf. A367262.

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

Showing 1-2 of 2 results.