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.

A333556 a(n) = A333555(1) XOR ... XOR A333555(n) (where XOR denotes the bitwise XOR operator).

Original entry on oeis.org

1, 3, 7, 15, 10, 26, 58, 43, 107, 121, 92, 220, 207, 232, 160, 134, 152, 408, 396, 430, 492, 262, 774, 784, 825, 862, 1008, 754, 718, 546, 1570, 1589, 1650, 1600, 1867, 1875, 2042, 1524, 1419, 1174, 3222, 3210, 3237, 3102, 3163, 3361, 3882, 3642, 2589, 2930
Offset: 1

Views

Author

Rémy Sigrist, Mar 26 2020

Keywords

Comments

All terms are distinct.

Examples

			a(3) = A333555(1) XOR A333555(2) XOR A333555(3) = 1 XOR 2 XOR 4 = 7.
		

Crossrefs

Cf. A333555.

Programs

  • C
    See Links section.