Is $\lim\limits_{k \to \infty}\left[ \lim\limits_{p \to \infty} \frac{M}{1+3+5+\cdots+ [2^{p(k-1)}-2^{p(k-2)}-2^{p(k-3)}-\cdots-1]}\right]=1$?

(too long for a comment, too)

Although I deeply understand the pain of writing in a second language, you can still try to make every idiosyncratic notation or terminology clear to everyone. It is still very difficult to follow, due to lots of notations which are left unexplained.

Let me give an example by refining part of your question which I think that I am following.


Consider the function $f:\mathbb{N} \to \mathbb{N}$ on the set of positive integers $\mathbb{N} = \{1,2,\cdots\}$ defined by

$$ f(n) = \begin{cases} n/2 & \text{if $n$ is even} \\ n+1 & \text{if $n$ is odd} \end{cases} $$

We know that for each $n\in\mathbb{N}$, there exists $k\geq1$ such that $f^{k}(n)=1$ where $f^k$ is the $k$-fold composition of $f$.

Now we would like to track this dynamics backward. This may be formally described by considering sequences of the form $\mathbf{a}=(1=a_0,a_1,a_2,\cdots)$ that satisfy $a_i=f(a_{i+1})$ for all $i$. We focus on the indices $i$ that satisfy $a_{i-1}=a_{i}+1$. Enumerating all such indices in increasing order, we obtain a sequence $(i_k)$. (Here, we suppress the dependence on $\mathbf{a}$ from notation for brevity.) We call $i_k$ the $k$-th step of $\mathbf{a}$. Then the locations of steps are determined by specifying the gaps $m_k = i_k - i_{k-1} - 1$ for $k \geq 1$, where we adopt the convention that $i_0 = 0$. Then

\begin{align*} &a_{i_0} = 1\\ \xrightarrow{\text{next step}} \quad& a_{i_1} = 2^{m_1} - 1 \\ \xrightarrow{\text{next step}} \quad& a_{i_2} = 2^{m_1+m_2} - 2^{m_2} - 1 \\ \xrightarrow{\text{next step}} \quad& a_{i_3} = 2^{m_1+m_2+m_3} - 2^{m_2+m_3} - 2^{m_3} - 1 \\ \xrightarrow{\text{next step}} \quad& \cdots \end{align*}


And for the rest of your question, especially regarding quantities $F_{ij}$, I have no idea what you are trying to say. At least I can understand is that (borrowing some of my notations)

\begin{align*} F_{1,0} = F_{1,0}(m_1, \cdots, m_k) &= [\text{$a_{i_k}$ with the first $k$ gaps given by $(m_1, \cdots, m_k)$}] \\ &= 2^{m_1+\cdots+m_k} - \left( \sum_{l=2}^{k} 2^{m_l+\cdots+m_k} \right) - 1 \end{align*}

and that

$$ \max\{ F_{1,0} : m_1, \cdots, m_k \in \{0,\cdots, p\} \} = F_{1,0}(\underbrace{p, \cdots, p}_{\text{$k$-tuple}}). $$


(Too long for a comment.) The question is difficult to follow, even with the additional details in the posted image. To me, it looks like it might have something to do with the "total stopping time" of the Collatz-like function $g(n)$, only defined as $n+1$ in the odd case, instead of $3n+1$. If my guess is wrong, please stop reading and post a comment so that I remove this post. Even if you keep reading, note that it is not an answer, just some related thoughts which may or may be not useful.

The modified $g(n)$ is known to always go to $1$ if repeatedly iterated, see this answer for example.

About how "fast" it goes to $1\,$, let $\gamma(n)=l$ be the lowest positive integer such that $g^{\,l}(n)=1\,$. Some bounds on $\gamma(n)$ can be derived by looking at some particular cases.

The "fastest" descent to $1$ happens when the iterations consist of divisions, only. This means all intermediate values are even, which happens iff $n=2^k\,$, and in that case $g^{\,k}(n)=1$ so $\gamma(2^k) = k$.

The "slowest" descent to $1$ happens when iterations alternate between additions and divisions. This means $n=2^k+1\,$, and in that case $g^{\,2k}(n)=1$ so $\gamma(2^k+1)=2k\,$.

Of course, $\gamma(n)$ is not monotonical in $n$, so the above do not give "hard" bounds for arbitrary $n\,$, but it still follows that $\;\displaystyle \liminf_{n \to \infty} \frac{\gamma(n)}{\log_2(n)} \le 1\;$ and $\;\displaystyle \limsup_{n \to \infty} \frac{\gamma(n)}{\log_2(n)} \ge 2\,$.