login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A333556
a(n) = A333555(1) XOR ... XOR A333555(n) (where XOR denotes the bitwise XOR operator).
2
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,2
COMMENTS
All terms are distinct.
LINKS
EXAMPLE
a(3) = A333555(1) XOR A333555(2) XOR A333555(3) = 1 XOR 2 XOR 4 = 7.
PROG
(C) See Links section.
CROSSREFS
Cf. A333555.
Sequence in context: A348872 A114396 A348483 * A334782 A102032 A086517
KEYWORD
nonn,look,base
AUTHOR
Rémy Sigrist, Mar 26 2020
STATUS
approved