Understanding the nature of the odd integers is a necessity to prepare oneself to work on the unsolved problems in number theory, such as the Collatz $3n+1$ problem. I hope to demonstrate how the odd integers can be represented as a sequence of sets which fit together like a glove with infinite fingers. First, some definitions are required.
Define a sequence $(A_k)$ of ordered sets by:
$$ A_0 = \{3, 7, 11\} $$ $$ A_1 = \{1, 9, 17\} $$ $$ A_2 = \{13,29,45\} $$ $$ A_3 = \{5, 37, 69\} $$ and $$ A_{k+2} = A_k + 4 ( A_k – A_{k-2}) \forall k>1, $$
Note that the operations implied are matrix addition, subtraction and scalar multiplication on the $1 \times 3$ matrices formed from sets $A_k.$
For example, when $k=2$ we have: $$ A_2 = \{13,29,45\}, \mbox{ in matrix form is }\begin{pmatrix}13 \\29 \\45\end{pmatrix} $$ $$ A_0 = \{3, 7, 11\}, \mbox{ in matrix form is }\begin{pmatrix}3\\ 7\\ 11\end{pmatrix} $$
By definition: $$A_4 = A_2 + 4 ( A_2 - A_0) $$ $$ A_4 = \begin{pmatrix}13\\ 29\\ 45\end{pmatrix} + 4\left(\begin{pmatrix}13\\ 29\\ 45\end{pmatrix} - \begin{pmatrix}3\\ 7\\ 11\end{pmatrix}\right)$$ $$ A_4 = \begin{pmatrix}13\\ 29\\ 45\end{pmatrix} + 4\begin{pmatrix}10\\ 22\\ 34\end{pmatrix} $$ $$ A_4 = \begin{pmatrix}13\\ 29\\ 45\end{pmatrix} + \begin{pmatrix}40\\ 88\\ 136\end{pmatrix} $$ $$ A_4 = \begin{pmatrix}53\\ 117\\ 181\end{pmatrix} $$
Converting back to set notation gives: $$ A_4 = \{53, 117, 181\} $$
The next step is to extend the finite sets $\,A_k\,$ to infinite sets $\,M_k\,$ as follows:
Define: $$ M_k = \left\{p \in \mathcal{N}, p \equiv 1 \pmod 2 : \exists a \in A_k, p\equiv a\pmod {3\left(2^{k+2}\right)} \right\} $$
By definition of $M_0$: if $(a \in A_0)$, then $$ a + 12i \in M_0, \forall i \in \mathcal{N},$$
By definition of $M_k$: if $ (a \in A_k)$ then $$ a+3i(2^{k+2}) \in M_k, \forall i \in \mathcal{N}. $$
Assertion: $$ \forall n \in \mathcal{N}, n\equiv 1\pmod 2,\,\exists k \in \mathcal{N}, k\geq0 \text { such that } n \in M_k $$
Since this analysis was developed informally, is there a better way to express the assertion in order to search for prior solutions?
Answer: The goal is to establish that all odd integers map to one of the sets $A_k$ or $M_k$, or to find an equivalent problem statements. Note that while $A_k \subset {M_k}\,$, showing where the patterns of mappings shift from $A_k$ to $M_k$ is useful to find an equivalent problem statement.
(PART I)
The initial sixteen mappings between the odd integers and the elements of $A_k$ and $M_k$ are given below. The arrangement into 4 maps per row is intentional as this will establish a pattern that will be useful later.
$$ 1 \in A_1; 3 \in A_0; 5 \in A_3; 7 \in A_0 $$ $$ 9 \in A_1; 11 \in A_0; 13 \in A_2; 15 \in M_0; $$ $$ 17 \in A_1; 19 \in M_0; 21 \in A_5; 23 \in M_0; $$ $$ 25 \in M_1; 27 \in M_0; 29 \in A_2; 31 \in M_0; $$ and so on for all odd integers.
Note that first, second and fourth elements of each above row map to elements of sets with the same value of $\,k\,$ repeatedly (and continue infinitely), while the mappings from the third elements vary.
(PART II)
It remains to show that the third of every four odd natural numbers is in $M_k$ for some K>1; These elements form the set: $$ T = \{p\in N, p \equiv 5 \pmod 8\} $$
Observe that the pattern of how T maps to $A_k$ or $M_k$ is similar to the initial pattern for the odd integers:
$$ 5\in A_3; 13\in A_2; 21\in A_5; 29 \in A_4 $$ $$ 37 \in A_3; 45 \in A_2; 53 \in A_4; 61 \in A_2 $$ $$ 69 \in A_3; 77 \in A_2; 85 \in A_7; 93 \in M_2 $$ $$ 101 \in M_3; 109 \in M_2; 117 \in A_4; 125 \in M_2 $$
The similarity to part I is in the pattern of the subscripts. The pattern is as follows, take k=0 for part I, and k=2 for the set T;
$$ A_{k+1}; A_k; A_{k+3}; A_k $$ $$ A_{k+1}; A_k; A_{k+2}; M_k $$ $$ A_{k+1}; M_k; A_{k+5}; M_k $$ $$ M_{k+1}; M_k; A_{k+4}; M_k $$
While the pattern of the third element would eventually reveal itself by continuing to map odd integers as in Part I, the above observation provides a shortcut. The ninth element of Part I and T each map to the third element of their respective sets $A_{k+1}$. At the same time, the value of the eleventh element of Part I and T both map to their respective sets $A_{k+3}$, signaling it is time to introduce a new set with the next level of pattern based on k=4.
(PART III)
This section will formally define a sequence of sets which describe the above observations:
DEFINITION:
$$ S_k = \{p \in \mathcal{N}, p \equiv {f \left(k\right)} \pmod {2^{k+1}}, \forall k \in \mathcal{N}, k\equiv 0\pmod 2 \}$$ $$ \text { where } \{f \left(k\right) = \sum_{i=0}^k \,4^i \} $$
Recall that the question is whether the sequence of sets $M_k$ cover (aka partition) the odd integers. The sequence of sets $S_k$ introduced in this answer are equivalent to generating the sets $M_k$ by the recursion formula in the question. To see this relationship, subsets of the sets $\,S_k\,$ may be constructed. To more formally define them:
$$ S_{k,0} = \{p \in \mathcal{N}, p \equiv {f \left(k\right)} \pmod {2^{k+3}}\}\, , \forall k \in \mathcal{N}, k\equiv 0\pmod 2 $$ $$ S_{k,1} = \{p \in \mathcal{N}, p \equiv {\left(f \left(k\right) + 2^{k+1}\right)} \pmod {2^{k+3}}\}\, , \forall k \in \mathcal{N}, k\equiv 0\pmod 2 $$ $$ S_{k,2} = \{p \in \mathcal{N}, p \equiv {\left(f \left(k\right) + 2^{k+2}\right)} \pmod {2^{k+3}}\}\, , \forall k \in \mathcal{N}, k\equiv 0\pmod 2 $$ $$ S_{k,3} = \{p \in \mathcal{N}, p \equiv {\left(f \left(k\right) + \left(3\times 2^{k+1}\right)\right)} \pmod {2^{k+3}}\}\, , \forall k \in \mathcal{N}, k\equiv 0\pmod 2 $$ $$ \text { where } \{f \left(k\right) = \sum_{i=0}^k \,4^i \} $$
Next, observe that: $$ S_{k,0}\, \equiv M_{k+1} \forall k \in \mathcal{N}, k \equiv 1\pmod 2 .$$ $$ \left(S_{k,1} \cup S_{k,3} \right)\, \equiv M_k \forall k \in \mathcal{N}, k \equiv 1\pmod 2 .$$
So, the sequence $\,\left(S_k\right)\,$ generates the sets $\,\left(M_k\right)\,$.
Thus, to prove the assertion: $$ \forall n \in \mathcal{N}, n\equiv 1\pmod 2,\,\exists k \in \mathcal{N}, k\geq0 \text { such that } n \in M_k, $$
one could equivalently show:
$$ \forall n \in \mathcal{N}, n\equiv 1\pmod 2,\, \exists k \in \mathcal{N}, k \equiv 0 \pmod 2 \text { such that } n \in \left(M_k \cup {M_{k+1}} \cup {\left(S_{k,2}\right)}\right) $$.
(APPENDIX - CHARTS)
$$ S_k= $$ $$ \begin{array} {lllll} \\ S_{k,0}=M_{k+1} & S_{k,1} \subset M_k & S_{k,2} = \cup_{j=k+2}^\infty \left(M_j\right) & S_{k,3} \subset M_k \\ \hline \color{red}{f(k)} & f(k)+2^{k+1} & \color{red}{f(k+2)} & f(k+2)+2^{k+1}\\ f(k)+2^{k+3} & f(k)+2^{k+1}+2^{k+3} & f(k+2)+2^{k+3} & f(k+2)+2^{k+1}+2^{k+3}\\ f(k)+2^{k+4} & f(k)+2^{k+1}+2^{k+4} & \color{red}{f(k+4)} & f(k+2)+2^{k+1}+2^{k+4}\\ \vdots & \vdots & \vdots & \vdots \\ \end{array} $$
The chart above illustrates several points related to why the sets S_k from this answer are an improvement on the sets M_k from my question: