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”).

A333522
Lexicographically earliest sequence of distinct positive integers such that for any nonempty set of k positive integers, say {m_1, ..., m_k}, a(m_1) XOR ... XOR a(m_k) is neither null nor prime (where XOR denotes the bitwise XOR operator).
1
1, 8, 48, 68, 1158, 4752, 81926, 1059600, 713949458, 299601649920
OFFSET
1,2
COMMENTS
This sequence is infinite (the proof is similar to that of the infinity of A333403).
This sequence has similarities with A052349; here we combine terms with the XOR operator, there with the classical addition.
All terms, except a(1) = 1, are even.
FORMULA
a(n) = A333403(2^(n-1)).
EXAMPLE
For n = 1:
- we can choose a(1) = 1.
For n = 2:
- 2 is prime,
- 3 is prime,
- 4 XOR 1 = 5 is prime,
- 5 is prime,
- 6 XOR 1 = 7 is prime,
- 7 is prime,
- neither 8 nor 8 XOR 1 = 9 is prime,
- so a(2) = 8.
PROG
(PARI) See Links section.
CROSSREFS
Sequence in context: A263506 A216323 A335351 * A165037 A121028 A139279
KEYWORD
nonn,base,more
AUTHOR
Rémy Sigrist, Mar 26 2020
EXTENSIONS
a(10) from Giovanni Resta, Mar 30 2020
STATUS
approved