This is Part-2 of the self-answer.
$\underline{\text{Helper Function} ~f(n,r,w,o)}$
This section will partition the $~\displaystyle \binom{n-6}{r}~$ intersections represented by the term $~T_r ~: ~r \geq 2~$ into categories. The purpose of the function $~f(n,r,w,o)~$ is to enumerate how many 2's and 3's occur in all $~n$-length die rolls that pertain to each category.
At the start of this section, for illustrative purposes, I will asssume that $~n = 20,~$ and $~r = 5.~$ Then, later in this section, I will discuss the general case of $~n \geq 8, ~r \in \{2,3,\cdots, n-6\}.$
Consider the following tableau:
i_1 - - i_2 - - i_3 - - i_4 - - i_5 -
In the above tableau, the positions of $~i_1, \cdots, i_5,~$ are $~1, 4, 7, 10, 13,~$ respectively. This represents the intersection of the subsets $~A_{1} \cap A_4 \cap A_7 \cap A_{10} \cap A_{13},~$ which represents one of the intersections pertinent to the computation of $~T_5.$
The $~5~$ subsets involved create $~(5 +1)~$ islands between the subsets. Reading the islands from left to right, let $~x_1, \cdots, x_6,~$ denote the respective sizes of these islands. Then, you have that the ordered $~6$-tuplet $~(x_1, \cdots, x_6) = (0,2,2,2,2,1). ~$ Note that since $~5~$ of the $~(20-6)~$ die roll positions are taken by the positions of $~i_1, \cdots, i_5,~$ you must have that $~x_1 + \cdots + x_6 = (20 - 6) - 5 = 9.$
Then, the number of distinct ordered $~6$-tuplets $~(x_1,\cdots,x_6)~$ equals the number of solutions to
- $x_1 + \cdots + x_6 = 9.$
- $x_1, \cdots, x_6 \in \Bbb{Z_{\geq 0}}.$
By basic Stars and Bars theory, the number of solutions is
$\displaystyle \binom{9 + [6-1]}{6-1} = \binom{14}{5}.$
So, with $~n = 20, ~$ each possible intersection of $~5~$ subsets that is pertinent to the computation of $~T_5~$ is uniquely represented by one of the satisfying ordered $~6$-tuplets $~(x_1, \cdots,x_6).$
Speaking more generally, what is needed is some method of partitioning the $~\displaystyle \binom{n-6}{r} ~$ pertinent intersections into mutually exclusive categories, where each category may be analytically diagnosed.
To do this, the variables $~x_1~$ and $x_{r+1}~$ may be ignored. For the other $~(r - 1)~$ variables, I am going to let $~w~$ denote the number of such variables that are $~\geq 2~$ and let $~o~$ denote the number of such variables that are $~= 1.~$ Then, it is to be understood that exactly $~(r - 1) - w - o~$ of these variables are equal to $~0.$
So, the categories will be based on the values of the variables $~n,r,w,o.$
The helper function $~f(n,r,w,o)~$ will enumerate how many 2's and 3's occur in all $~n$-length die rolls that pertain to the category represented by the specific values of the variables $~n, ~r, ~w,~$ and $~o.~$ The following procedure will be used to compute $~f(n,r,w,o):$
Step 1
Enumerate the number of possible ways that you can choose $~w~$ variables from $~x_2, \cdots, x_r,~$ and then choose $~o~$ variables from the remaining $~(r-1-w)~$ variables.
Step2
Assume that (reading the variables from left to right, starting with variable $~x_2$) that the first $~w~$ variables are $~\geq 2,~$ and the next $~o~$ variables are $~= 1.~$ Then, under this assumption, identify the number of intersections that correspond to this assumption.
The intention is that the product of the computations in Step 1 and Step 2 will deterrmine how many of the $~\displaystyle \binom{n-6}{r}~$ intersections correspond to the category represented by the specific set of values for $~n, ~r, ~w, ~$ and $~o.$
Step 3
For the category represented by the specific values of the variables $~n, ~r, ~w, ~$ and $~o, ~$ consider each of the $~n$-length die rolls that pertain to this category. As will be demonstrated later in this section, each such $~n$-length die roll will have the exact same number of die roll positions in the range $~1~$ through $~(n-4)~$ inclusive, that are not forced to equal $~4~$ (i.e. that should be labeled U). Then compute $~\left[ ~6^{~~\text{number of such positions}} ~\right] \times 5.$
This computation accommodates that die roll position $~(n-3)~$ must be specifically set to Not-4.
Step 4
For the category represented by the specific values of the variables $~n, ~r, ~w, ~$ and $~o, ~$ use the analysis from Step 3 to perform the computation
$~\displaystyle \left[ ~\frac{2}{6} \times \text{\# of die roll positions labeled U} ~\right] + \frac{2}{5}.~$
The result is the average number of occurrences of 2's and 3's for the $~n$-length die rolls in the corresponding category. This computation also accommodates that die roll position $~(n-3)~$ must be specifically set to Not-4.
Step 5
Take the combined product of the computations in each of Steps 1 through 4. The result will be the function $~f(n,r,w,o).$
The Step 1 computation is:
$$\binom{r-1}{w} \times \binom{r-1-w}{o}.$$
The analysis for the Step 2 computation requires discussion. In the basic Stars and Bars enumeration, you start with $~(r + 1)~$ variables, whose sum is $~(n-6 - r).~$ Eliminating the $~(r - 1 - w - o) ~$ variables that are $~= 0~$ reduces the number of variables to $~(2 + w + o),~$ and leaves the sum of $~(n - 6 - r)~$ unchanged.
Then, eliminating the $~o~$ variables that are $~= 1~$ reduces the number of variables to $~(w + 2),~$ and reduces the sum to $~(n - 6 - r - o).$ So, at this point, the Step 2 computation is represented by the number of solutions to
- $x_1 + y_2 + \cdots + y_{w+1} + x_{r+1} = (n - 6 - r - o).$
- $x_1, x_{r+1} \in \Bbb{Z_{\geq 0}}.$
- $y_2, \cdots, y_{w+1} \in \Bbb{Z_{\geq 2}}.$
Now employ the further change of variables $~z_i = y_i - 2 ~: ~i \in \{2,3,\cdots,w+1\}.$
This leaves the number of variables unchanged at $~(w + 2)~$ and reduces the sum to $~(n - 6 - r - 2w - o).$ Therefore, the Step 2 computation is represented by the number of solutions to
- $x_1 + z_2 + \cdots + z_{w+1} + x_{r+1} = (n - 6 - r - 2w - o).$
- $x_1, x_{r+1} \in \Bbb{Z_{\geq 0}}.$
- $z_2, \cdots, z_{w+1} \in \Bbb{Z_{\geq 0}}.$
By basic Stars and Bars theory, the Step 2 computation is therefore
$$\displaystyle \binom{[n - 6 - r - 2w - o] + [w + 1]}{w + 1} = \binom{n-5 - r - w - o}{w+1}.$$
The analysis for the Step 3 computation also requires discussion. First, suppose that $~w = (r-1),~$ which implies that $~o = 0, ~(r - 1 - w - o) = 0. ~$ Then, each pair of subsets $~S_i~$ and $~S_{i+1},~$ has at least two die roll positions between them. Therefore, you can regard this pair of subsets as fully uncompressed. Then, of the $~n - 4~$ die roll positions that precede die roll positions $~(n-3)~$ through $~n,~$ exactly $~(3r)~$ of them are forced to equal $~4.~$
Now, assume instead that there are $~o~$ of the $~(r - 1) ~$ variables that are $~= 1.~$ Then, you have $~o~$ partially compressed pairs of subsets that (together) use $~5~$ die roll positions instead of $~6~$ die roll positions. This implies that you now have $~(3r - o)~$ die roll positions that are forced to equal $~4.~$
Now, further assume that you have some fully compressed pairs of subsets because $~(r - 1 - w - o) \neq 0.~$ Similar to the analysis in the previous paragraph, this implies that exactly $~[ ~(3r - o) - 2(r - 1 - w - o) ~] = [ ~r + 2 + 2w + o ~] ~$ of the die roll positions are forced to equal $~4.~$
So, with respect to the first $~n-4~$ die roll positions, you have exactly
Therefore, the computation for Step 3 is
$$6^{ ~[n - 6 - r - 2w - o] ~} \times 5.$$
Using the Step 3 analysis above, the computation for Step 4 is
$$ \left[ ~\frac{2}{6} \times ( ~n - 6 - r - 2w - o ~) ~\right] + \frac{2}{5}.$$
Therefore, by Step 5,
$$f(n,r,w,o) = \binom{r-1}{w} \times \binom{r-1-w}{o} \times \binom{n-5 - r - w - o}{w+1}$$
$$ \times ~6^{ ~[n - 6 - r - 2w - o] ~} \times 5 \times \left\{ ~\left[ ~\frac{2}{6} \times ( ~n - 6 - r - 2w - o ~) ~\right] + \frac{2}{5} ~\right\}.$$
The next section in this answer will specify the allowable ranges for each of the variables $~n, ~r, ~w,~$ and $~o.$
So, by the analysis in this section, for this specific value of $~n~$ and $~r,~$
$$T_r = \sum_{w ~\text{in range}} \left\{ \sum_{o ~\text{in range}} ~[ ~f(n,r,w,o ~] \right\}.$$
$\underline{\text{Lower And Upper Bounds For} ~n, ~r, ~w, ~\text{And} ~o}$
You have that
$\displaystyle f(n,r,w,o) = \binom{r-1}{w} \times \binom{r-1-w}{o} \times \binom{n-5 - r - w - o}{w+1}$
$\displaystyle \times ~6^{ ~[n - 6 - r - 2w - o] ~} \times 5 \times \left\{ ~\left[ ~\frac{2}{6} \times ( ~n - 6 - r - 2w - o ~) ~\right] + \frac{2}{5} ~\right\}.$
$n \in \Bbb{Z_{\geq 8}}.$
With respect to the appropriate range of $~r,~$ so that $~f(n,r,w,o)~$ may be applied, the lower bound for $~r~$ is $~2 \leq r.$
My experience with math problems of this nature has taught me that the easiest way to compute the upper bound for $~r,~$ and the lower/upper bounds for $~w~$ and $~o,~$ is to consider that for any pertinent expression of the form $~\displaystyle \binom{p}{q} ~: ~p,q \in \Bbb{Z},~$ you must have $~q \geq 0, ~p \geq q. ~$ Further, the expression $~[~n - 6 - r - 2w - o ~] ~$ must be a non-negative integer.
Therefore, the first take on the bounding constraints is that
- $0 \leq w \leq r-1.$
- $0 \leq o \leq r-1-w.$
- $n - 6 - r - 2w - o \geq 0.$
The upper bound for $~r~$ is achieved when $~0 = w,o.$ So, the range of $~r~$ is
$$r \in \Bbb{Z}, ~2 \leq r \leq n-6.$$
Both of the variables $~w~$ and $~o~$ can be as small as $~0,~$ since this merely represents having the intersection $~\{ ~S_{i_1} \cap S_{i_2} \cap \cdots \cap S_{i_r} ~\}~$ fully compressed.
The upper bound for $~w~$ may be determined by setting $~o = 0.~$
Therefore, the range of $~w~$ is
$$w \in \Bbb{Z}, ~0 \leq w \leq \min\left\{ ~r-1, ~\left\lfloor ~\frac{n-6-r}{2} ~\right\rfloor ~\right\}.$$
Similarly, the range of $~o~$ is
$$o \in \Bbb{Z}, ~0 \leq o \leq \min\left\{ ~r-1-w, ~n - 6 - r - 2w ~\right\}.$$
$\underline{\text{Closed Form Formula For The Problem}}$
The desired computation is
$$\sum_{n=3}^\infty [ ~P(n) \times R(n) ~],$$
if the above infinite series is convergent rather than divergent.
For $~n \in \Bbb{Z}, ~3 \leq n \leq 7,~$ manual computation gives:
$P(3) \times R(3) = 0.$
$P(4) \times R(4) = \dfrac{2}{6^4}.$
$P(5) \times R(5) = \dfrac{22}{6^5}.$
$P(6) \times R(6) = \dfrac{192}{6^6}.$
$P(7) \times R(7) = \dfrac{1510}{6^7}.$
The remainder of this section assumes that $~n~$ is some fixed value in $~\Bbb{Z_{\geq 8}}.$
$$T_0 = 6^{n-4} \times 5 \times \left[ ~\dfrac{2(n-4)}{6} + \dfrac{2}{5} ~\right].$$
$$T_1 = (n - 6) \times 6^{n-7} \times 5 \times \left[ ~\frac{2(n-7)}{6} + \frac{2}{5} ~\right].$$
The remainder of this section assumes that $~r \in \Bbb{Z}, ~2 \leq r \leq n-6.$
The helper function $~f(n,r,w,o)~$is defined as
$$f(n,r,w,o) = \binom{r-1}{w} \times \binom{r-1-w}{o} \times \binom{n-5 - r - w - o}{w+1}$$
$$ \times ~6^{ ~[n - 6 - r - 2w - o] ~} \times 5 \times \left\{ ~\left[ ~\frac{2}{6} \times ( ~n - 6 - r - 2w - o ~) ~\right] + \frac{2}{5} ~\right\}.$$
The ranges for the variables $~w~$ and $~o~$ are
$$w \in \Bbb{Z}, ~0 \leq w \leq \min\left\{ ~r-1, ~\left\lfloor ~\frac{n-6-r}{2} ~\right\rfloor ~\right\}.$$
$$o \in \Bbb{Z}, ~0 \leq o \leq \min\left\{ ~r-1-w, ~n - 6 - r - 2w ~\right\}.$$
Then
$$T_r = \sum_{w ~\text{in range}} \left\{ \sum_{o ~\text{in range}} ~[ ~f(n,r,w,o ~] \right\}.$$
and
$$P(n) \times R(n) = \frac{\sum_{r = 0}^{n-6} \left[ ~(-1)^r ~T_r ~\right]}{6^n}.$$
$\underline{\text{Sanity Checking - Method-3 Results}}$
For $~4 \leq n \leq 7,~$ I copy-pasted the manual computations into the table below.
For $~n \geq 8, ~$ I wrote a computer program to implement the formulas in the previous section. For what it's worth, I also wrote a second computer program to verify the results for $~7 \leq n \leq 13.$
In the table below, the second column is rounded to 5 decimal places and the third column is the total number of occurrences of 2's and 3's, for all $~n$-length die rolls that satisfy event $~E(n).~$ If an exact value was given for the second column, then you would have that
$$\text{second column} ~\times 6^n = ~\text{third column}.$$
For $~4 \leq n \leq 30,~$ the results show that the expression $~[ ~P(n) \times R(n) ~]~$ is strictly increasing. If it can be proven that this trend continues as $~n \to \infty,~$ then this will prove that $~\displaystyle \sum_{n=3}^\infty [ ~P(n) \times R(n) ~] ~$ is divergent.
$$\begin{array}{| r | r | r |}
\hline
n & P(n) \times R(n) & \sum_{r=0}^{n-6} (-1)^r T_r \\ \hline
4 & 0.00154 & 2 \\ \hline
5 & 0.00283 & 22 \\ \hline
6 & 0.00412 & 192 \\ \hline
7 & 0.00539 & 1510 \\ \hline
8 & 0.00666 & 11190 \\ \hline
9 & 0.00792 & 79820 \\ \hline
10 & 0.00917 & 554400 \\ \hline
11 & 0.01041 & 3775700 \\ \hline
12 & 0.01164 & 25328650 \\ \hline
13 & 0.01285 & 167891250 \\ \hline
14 & 0.01406 & 1102104000 \\ \hline
15 & 0.01526 & 7176632250 \\ \hline
16 & 0.01645 & 46416818750 \\ \hline
17 & 0.01763 & 298481875000 \\ \hline
18 & 0.01880 & 1909815600000 \\ \hline
19 & 0.01997 & 12166705225000 \\ \hline
20 & 0.02112 & 77212897631250 \\ \hline
21 & 0.02226 & 488349376568750 \\ \hline
22 & 0.02340 & 3079311408000000 \\ \hline
23 & 0.02452 & 19363901807468750 \\ \hline
24 & 0.02563 & 121468323918343750 \\ \hline
25 & 0.02674 & 760261239996562500 \\ \hline
26 & 0.02784 & 4748735322022500000 \\ \hline
27 & 0.02893 & 29606234723168437500 \\ \hline
28 & 0.03001 & 184265565632035156250 \\ \hline
29 & 0.03108 & 1145035615851078906250 \\ \hline
30 & 0.03214 & 7104918365854050000000 \\ \hline
\end{array}$$
$\underline{\text{Sanity Checking - Method-1 : Recursion Analysis}}$
Throughout this section, the discussion is focusing on $~n$-length die rolls where event $~E(n)~$ has occurred. This implies that the $~n$-length die rolls must end with Not-4 4 4 4. So, to facilitate using recursion here, I am focusing on adding a die roll to the beginning of the $~n$-length die roll, rather than the end of the $~n$-length die roll.
Let $~g(n,0)~$ denote the # of $~n$-length die rolls that start with Not-4.
Let $~g(n,1)~$ denote the # of $~n$-length die rolls that start with 4 Not-4.
Let $~g(n,2)~$ denote the # of $~n$-length die rolls that start with 4 4 Not-4.
Let $~g(n)~$ denote the total # of $~n$-length die rolls.
Let $~h(n,0)~$ denote the # of occurrences of 2's or 3's in all $~n$-length die rolls that start with Not-4.
Let $~h(n,1)~$ denote the # of occurrences of 2's or 3's in all $~n$-length die rolls that start with 4 Not-4.
Let $~g(n,2)~$ denote the # of occurrences of 2's or 3's in all $~n$-length die rolls that start with 4 4 Not-4.
Let $~h(n)~$ denote the # of occurrences of 2's or 3's in any $~n$-length die rolls.
Then, you have the following recursion formulas:
$g(n+1,0) = 5 \times g(n).$
That is, you have $~5~$ die roll choices that can be appended to the beginning of any $~n$-length die roll.
$g(n+1,1) = g(n,0).$
You must start with an $~n$-length die roll that begins Not-4, and then append 4 to the beginning of the $~n$-length die roll.
$g(n+1,2) = g(n,1).$
You must start with an $~n$-length die roll that begins 4 Not-4, and then append 4 to the beginning of the $~n$-length die roll.
$g(n) = g(n,0) + g(n,1) + g(n,2).$
$h(n+1,0) = [ ~5 \times h(n) ~] + [ ~2 \times g(n) ~].$
This is tricky.
Because the die roll appended to the start of the $~n$-length die roll is Not-4, the number of resulting $~(n+1)$-length die rolls is $~5~$ times the number of $~n$-length die rolls. Therefore, focusing only on the original $~n$-length die roll, you are increasing the # of 2's and 3's by a factor of $~5. ~$ This explains the $~[ ~5 \times h(n) ~]~$ computation.
Further, when counting the # of 2's and 3's that occur in the appended die roll position, you start with $~g(n)~$ $~n$-length die rolls, and you have two die roll choices to append to any of these die rolls.This explains the $~[ ~2 \times g(n) ~] ~$ computation.
$h(n+1,1) = h(n,0).$
Since you are appending a 4 to the start of the $~n$-length die roll, the number of $~(n+1)$-length die rolls will equal the number of $~n$-length die rolls. Further, (again) since you are appending a 4 to the start of the $~n$-length die roll, there are no occurrences of 2's or 3's in the appended die roll.
$h(n+1,2) = h(n,1).$
The exact same analysis in the previous bullet point also applies here.
$h(n) = h(n,0) + h(n,1) + h(n,2).$
$\underline{\text{Sanity Checking - Method-1 : Recursion Results}}$
The two tables below were generated by manually computing the $~n=4~$ entries, and then using the formulas from the previous section to compute the values from $~n = 5~$ through $~n = 30.~$ For the second table below, I have (in effect) omitted the $~\dfrac{1}{6^n} ~$ denominator from the $~[ ~P(n) \times R(n) ~]~$ computation. So, the $~h(n)~$ column represents the total number of occurrences of 2's and 3's in all $~n$-length die rolls where event $~E(n)~$ has occurred. You can see that the Method-1 results match the Method-3 results.
Assuming that $~\displaystyle \sum_{n=3}^\infty [ ~P(n) \times R(n)~] ~$ is divergent, one way of proving this would be to use the formulas in the previous section to demonstrate that for all $~n \in \Bbb{Z_{\geq 4}},~$ that $~\dfrac{h(n+1)}{h(n)} > 6.~$ While this type of analysis is beyond my abilities, it seems that it would be easier to demonstrate than trying to demonstrate the analogous result from Method-3. That is, the Method-3 formulas seem too convoluted to analyze in this manner.
$$\begin{array}{| r | r | r | r | r |}
\hline
n & g(n,0) & g(n,1) & g(n,2) & g(n) \\ \hline
4 & 5 & 0 & 0 & 5 \\ \hline
5 & 25 & 5 & 0 & 30 \\ \hline
6 & 150 & 25 & 5 & 180 \\ \hline
7 & 900 & 150 & 25 & 1075 \\ \hline
8 & 5375 & 900 & 150 & 6425 \\ \hline
9 & 32125 & 5375 & 900 & 38400 \\ \hline
10 & 192000 & 32125 & 5375 & 229500 \\ \hline
11 & 1147500 & 192000 & 32125 & 1371625 \\ \hline
12 & 6858125 & 1147500 & 192000 & 8197625 \\ \hline
13 & 40988125 & 6858125 & 1147500 & 48993750 \\ \hline
14 & 244968750 & 40988125 & 6858125 & 292815000 \\ \hline
15 & 1464075000 & 244968750 & 40988125 & 1750031875 \\ \hline
16 & 8750159375 & 1464075000 & 244968750 & 10459203125 \\ \hline
17 & 52296015625 & 8750159375 & 1464075000 & 62510250000 \\ \hline
18 & 312551250000 & 52296015625 & 8750159375 & 373597425000 \\ \hline
19 & 1867987125000 & 312551250000 & 52296015625 & 2232834390625 \\ \hline
20 & 11164171953125 & 1867987125000 & 312551250000 & 13344710328125 \\ \hline
21 & 66723551640625 & 11164171953125 & 1867987125000 & 79755710718750 \\ \hline
22 & 398778553593750 & 66723551640625 & 11164171953125 & 476666277187500 \\ \hline
23 & 2383331385937500 & 398778553593750 & 66723551640625 & 2848833491171875 \\ \hline
24 & 14244167455859375 & 2383331385937500 & 398778553593750 & 17026277395390625 \\ \hline
25 & 85131386976953125 & 14244167455859375 & 2383331385937500 & 101758885818750000 \\ \hline
26 & 508794429093750000 & 85131386976953125 & 14244167455859375 & 608169983526562500 \\ \hline
27 & 3040849917632812500 & 508794429093750000 & 85131386976953125 & 3634775733703515625 \\ \hline
28 & 18173878668517578125 & 3040849917632812500 & 508794429093750000 & 21723523015244140625 \\ \hline
29 & 108617615076220703125 & 18173878668517578125 & 3040849917632812500 & 129832343662371093750 \\ \hline
30 & 649161718311855468750 & 108617615076220703125 & 18173878668517578125 & 775953212056593750000 \\ \hline
\end{array}$$
$$\begin{array}{| r | r | r | r | r |}
\hline
n & h(n,0) & h(n,1) & h(n,2) & h(n) \\ \hline
4 & 2 & 0 & 0 & 2 \\ \hline
5 & 20 & 2 & 0 & 22 \\ \hline
6 & 170 & 20 & 2 & 192 \\ \hline
7 & 1320 & 170 & 20 & 1510 \\ \hline
8 & 9700 & 1320 & 170 & 11190 \\ \hline
9 & 68800 & 9700 & 1320 & 79820 \\ \hline
10 & 475900 & 68800 & 9700 & 554400 \\ \hline
11 & 3231000 & 475900 & 68800 & 3775700 \\ \hline
12 & 21621750 & 3231000 & 475900 & 25328650 \\ \hline
13 & 143038500 & 21621750 & 3231000 & 167891250 \\ \hline
14 & 937443750 & 143038500 & 21621750 & 1102104000 \\ \hline
15 & 6096150000 & 937443750 & 143038500 & 7176632250 \\ \hline
16 & 39383225000 & 6096150000 & 937443750 & 46416818750 \\ \hline
17 & 253002500000 & 39383225000 & 6096150000 & 298481875000 \\ \hline
18 & 1617429875000 & 253002500000 & 39383225000 & 1909815600000 \\ \hline
19 & 10296272850000 & 1617429875000 & 253002500000 & 12166705225000 \\ \hline
20 & 65299194906250 & 10296272850000 & 1617429875000 & 77212897631250 \\ \hline
21 & 412753908812500 & 65299194906250 & 10296272850000 & 488349376568750 \\ \hline
22 & 2601258304281250 & 412753908812500 & 65299194906250 & 3079311408000000 \\ \hline
23 & 16349889594375000 & 2601258304281250 & 412753908812500 & 19363901807468750 \\ \hline
24 & 102517176019687500 & 16349889594375000 & 2601258304281250 & 121468323918343750 \\ \hline
25 & 641394174382500000 & 102517176019687500 & 16349889594375000 & 760261239996562500 \\ \hline
26 & 4004823971620312500 & 641394174382500000 & 102517176019687500 & 4748735322022500000 \\ \hline
27 & 24960016577165625000 & 4004823971620312500 & 641394174382500000 & 29606234723168437500 \\ \hline
28 & 155300725083249218750 & 24960016577165625000 & 4004823971620312500 & 184265565632035156250 \\ \hline
29 & 964774874190664062500 & 155300725083249218750 & 24960016577165625000 & 1145035615851078906250 \\ \hline
30 & 5984842766580136718750 & 964774874190664062500 & 155300725083249218750 & 7104918365854050000000 \\ \hline
\end{array}$$
$\underline{\text{Sanity Checking - Method-2 : Probability-Oriented Recursion Analysis}}$
In this section, it is being assumed that no occurrence of $~3~$ consecutive 4's has yet occurred. So, there are three possible situations to consider.
Situation $~S_0.$
The last die roll was Not-4.
Included in $~S_0~$ is the situation where no die rolls have yet been made.
Situation $~S_1.$
The last two die rolls were Not-4 4.
Included in $~S_1~$ is the situation where there has been exactly 1 die roll, where this die roll was a 4.
Situation $~S_2.$
The last three die rolls were Not-4 4 4.
Included in $~S_2~$ is the situation where there have been exactly 2 die rolls, where these die rolls were 4 4.
For $~k \in \{0,1,2\},~$ let $~J_k~$ represent the total number of 2's and 3's that are expected to occur, from this point forward, assuming that you are currently in situation $~S_k. ~$ So, it is desired to compute $~J_0.$ Then:
$$J_0 = \left[ ~\frac{1}{6} ~J_1 ~\right] + \left[ ~\frac{2}{6} ~\left(1 + J_0 ~\right) ~\right] + \left[ ~\frac{3}{6} ~J_0 ~\right] \implies J_0 = J_1 + 2.$$
$$J_1 = \left[ ~\frac{1}{6} ~J_2 ~\right] + \left[ ~\frac{2}{6} ~\left(1 + J_0 ~\right) ~\right] + \left[ ~\frac{3}{6} ~J_0 ~\right] \implies $$
$$J_0 - 2 = J_1 = \frac{1}{6} \left[ ~(5J_0) + 2 + J_2 ~\right] \implies 6J_0 - 12 = (5J_0) + 2 + J_2 \implies J_0 = J_2 + 14.$$
$$J_2 = \left[ ~\frac{1}{6} \times 0 ~\right] + \left[ ~\frac{2}{6} ~\left(1 + J_0 ~\right) ~\right] + \left[ ~\frac{3}{6} ~J_0 ~\right] \implies $$
$$J_0 - 14 = J_2 = \frac{1}{6} \left[ ~(5J_0) + 2 ~\right] \implies 6J_0 - 84 = (5J_0) + 2 \implies J_0 = 86.$$
Here, I see two possibilities:
- Either I have made some analytical mistake in this section,
- or, contrary to the guesswork that I made in the previous sanity checking sections, $~\displaystyle \sum_{n=3}^\infty [ ~P(n) \times R(n) ~] ~$ is a convergent series whose limit is exactly $~86.$
$\underline{\text{Sanity Checking - Method-3 Defects}}$
I see three defects in the (Method-3) Inclusion-Exclusion approach:
With the alternative problem of computing the exact value of $~[ ~P(n) \times R(n) ~], ~$ for a specific value of $~n,~$ if $~n~$ is reasonably small then Method-1 recursion is much easier. However, if (for example) $~n > 100,~$ then Method-3 is probably easier.
To obtain a final answer to the problem, you need to compute
$\displaystyle \sum_{n=3}^\infty \left[ ~P(n) \times R(n) ~\right].$
This requires that the limit, as $~n \to \infty,~$ be computed for the infinite series. Unfortunately, the convolutions in the Method-3 closed form formulas are too extreme for me to attempt to determine whether the infinite series is convergent or divergent, let alone try to compute the limit of the infinite series.
Similarly, the convolutions in the Method-3 closed form formulas are also too extreme for me to attempt to analytically prove the equivalence between the general Method-3 computation of $~[ ~P(n) \times R(n) ~]~$ and the corresponding computations from either Method-1 or Method-2.
Instead, I wrote a computer program to compute the Method-3 generated computations of $~[ ~P(n) \times R(n) ~] ~$ for each $~n \in \{8,9,10,\cdots,30\}.~$ The results matched the Method-1 results, and simultaneously suggested a trend that was apparently contradicted by my Method-2 analysis.