Interesting XOR problem

Правка en1, от pupsicek, 2024-07-30 17:15:12

The statement:

Given an odd positive integer $$$n>3$$$, consider the binary array of length $$$n$$$ with the first and last elements are ones and all other are zeros. What is the total number of different sequences can be obtained by applying the following operation any number of times: let b be the binary array of length $$$n$$$ such that for $$$1\le i\le n$$$ b[i]=a[i] $$$\oplus$$$ a[i mod n+1]

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en5 Английский pupsicek 2024-07-30 20:55:27 175 (published)
en4 Английский pupsicek 2024-07-30 20:50:53 1234 Tiny change: ' this.\n\n</spoi' -> ' this.\n\n\n</spoi'
en3 Английский pupsicek 2024-07-30 19:35:09 543
en2 Английский pupsicek 2024-07-30 18:50:25 2388 Tiny change: 'integer $n>3$, consid' -> 'integer $n\ge 3$, consid'
en1 Английский pupsicek 2024-07-30 17:15:12 419 Initial revision (saved to drafts)