[go: up one dir, main page]

login
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